#84B52C

Color #84B52C Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #84B52C

Tints of Limerick #84B52C

Color information

#84B52C (or 0x84B52C) is unknown color: approx Limerick. HEX triplet: 84, B5 and 2C. RGB value is (132,181,44). Sum of RGB (Red+Green+Blue) = 132+181+44=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #84B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B52C is #7B4AD3. Grayscale: #979797. Windows color (decimal): -8080084 or 2930052. OLE color: 2930052.

HSL color Cylindrical-coordinate representation of color #84B52C: hue angle of 81.46º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84B52C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB13218144-
CMYK0.2700.760.29
HSL81.46º60.89%44.12%-
HSV(B)81.46º75.69%70.98%-
XYZ26.4938.148.35-
YUV150.7367.77114.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=36.97%
G=50.70%
B=12.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132181440.2700.760.2981.4660.8944.12
Hex84B52C1B04C1D513d2c
Octal20426554330114351217554
Binary10000100101101011011001101101001100111011010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B52C; }

 p { color: rgb(132,181,44); }

 H1.HeaderClassName
 {
   color: #84B52C;
 }
 .AnyTagClassName
 {
   color: #84B52C;
 }
</style>
background-color css

<style>
 a { background-color: #84B52C; }

 a { background-color: rgb(132,181,44); }

 div.DivClassName
 {
   background-color: #84B52C;
 }
 .BgClassName
 {
   background-color: #84B52C;
 }
</style>
border-color css

<style>
 span { border-color: #84B52C; }

 span { border-color: rgb(132,181,44); }

 td.TdClassName
 {
   border-color: #84B52C;
 }
 .TagClassName
 {
   border-color: #84B52C;
 }
</style>