#84aa20

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

Shades of Limerick #84AA20

Tints of Limerick #84AA20

Color information

#84AA20 (or 0x84AA20) is unknown color: approx Limerick. HEX triplet: 84, AA and 20. RGB value is (132,170,32). Sum of RGB (Red+Green+Blue) = 132+170+32=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA20 is #7B55DF. Grayscale: #8F8F8F. Windows color (decimal): -8082912 or 2140804. OLE color: 2140804.

HSL color Cylindrical-coordinate representation of color #84AA20: hue angle of 76.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84AA20 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB13217032-
CMYK0.2200.810.33
HSL76.52º68.32%39.61%-
HSV(B)76.52º81.18%66.67%-
XYZ24.1533.766.61-
YUV142.9165.41120.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 32 (12.89% from 255) = 9.58%
R=39.52%
G=50.90%
B=9.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132170320.2200.810.3376.5268.3239.61
Hex84AA2016051214d4428
Octal204252402601214111510450
Binary1000010010101010100000101100101000110000110011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84aa20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,170,32); }

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

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

 a { background-color: rgb(132,170,32); }

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

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

 span { border-color: rgb(132,170,32); }

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