#84A21E

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

Shades of Limerick #84A21E

Tints of Limerick #84A21E

Color information

#84A21E (or 0x84A21E) is unknown color: approx Limerick. HEX triplet: 84, A2 and 1E. RGB value is (132,162,30). Sum of RGB (Red+Green+Blue) = 132+162+30=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #84A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A21E is #7B5DE1. Grayscale: #8A8A8A. Windows color (decimal): -8084962 or 2007684. OLE color: 2007684.

HSL color Cylindrical-coordinate representation of color #84A21E: hue angle of 73.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84A21E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB13216230-
CMYK0.1900.810.36
HSL73.64º68.75%37.65%-
HSV(B)73.64º81.48%63.53%-
XYZ22.6730.845.99-
YUV137.9867.06123.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=40.74%
G=50%
B=9.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162300.1900.810.3673.6468.7537.65
Hex84A21E13051244a4526
Octal204242362301214411210546
Binary100001001010001011110100110101000110010010010101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,30); }

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

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

 a { background-color: rgb(132,162,30); }

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

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

 span { border-color: rgb(132,162,30); }

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