#84AA29

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

Shades of Limerick #84AA29

Tints of Limerick #84AA29

Color information

#84AA29 (or 0x84AA29) is unknown color: approx Limerick. HEX triplet: 84, AA and 29. RGB value is (132,170,41). Sum of RGB (Red+Green+Blue) = 132+170+41=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA29 is #7B55D6. Grayscale: #909090. Windows color (decimal): -8082903 or 2730628. OLE color: 2730628.

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

Color convert

RGB13217041-
CMYK0.2200.760.33
HSL77.67º61.14%41.37%-
HSV(B)77.67º75.88%66.67%-
XYZ24.2933.827.34-
YUV143.9369.91119.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=38.48%
G=49.56%
B=11.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132170410.2200.760.3377.6761.1441.37
Hex84AA291604C214e3d29
Octal20425251260114411167551
Binary100001001010101010100110110010011001000011001110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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