#84AA21

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

Shades of Limerick #84AA21

Tints of Limerick #84AA21

Color information

#84AA21 (or 0x84AA21) is unknown color: approx Limerick. HEX triplet: 84, AA and 21. RGB value is (132,170,33). Sum of RGB (Red+Green+Blue) = 132+170+33=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA21 is #7B55DE. Grayscale: #8F8F8F. Windows color (decimal): -8082911 or 2206340. OLE color: 2206340.

HSL color Cylindrical-coordinate representation of color #84AA21: hue angle of 76.64º degrees, saturation: 0.67, 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 #84AA21 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB13217033-
CMYK0.2200.810.33
HSL76.64º67.49%39.8%-
HSV(B)76.64º80.59%66.67%-
XYZ24.1633.766.68-
YUV143.0265.91120.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=39.40%
G=50.75%
B=9.85%

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
Decimal132170330.2200.810.3376.6467.4939.8
Hex84AA2116051214d4328
Octal204252412601214111510350
Binary1000010010101010100001101100101000110000110011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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