#84AA33

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

Shades of Limerick #84AA33

Tints of Limerick #84AA33

Color information

#84AA33 (or 0x84AA33) is unknown color: approx Limerick. HEX triplet: 84, AA and 33. RGB value is (132,170,51). Sum of RGB (Red+Green+Blue) = 132+170+51=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA33 is #7B55CC. Grayscale: #919191. Windows color (decimal): -8082893 or 3385988. OLE color: 3385988.

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

Color convert

RGB13217051-
CMYK0.2200.70.33
HSL79.16º53.85%43.33%-
HSV(B)79.16º70%66.67%-
XYZ24.4933.898.38-
YUV145.0774.91118.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=37.39%
G=48.16%
B=14.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132170510.2200.70.3379.1653.8543.33
Hex84AA3316046214f362b
Octal20425263260106411176653
Binary100001001010101011001110110010001101000011001111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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