#84A022

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

Shades of Limerick #84A022

Tints of Limerick #84A022

Color information

#84A022 (or 0x84A022) is unknown color: approx Limerick. HEX triplet: 84, A0 and 22. RGB value is (132,160,34). Sum of RGB (Red+Green+Blue) = 132+160+34=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #84A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A022 is #7B5FDD. Grayscale: #898989. Windows color (decimal): -8085470 or 2269316. OLE color: 2269316.

HSL color Cylindrical-coordinate representation of color #84A022: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84A022 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB13216034-
CMYK0.1700.790.37
HSL73.33º64.95%38.04%-
HSV(B)73.33º78.75%62.75%-
XYZ22.3830.166.16-
YUV137.2669.72124.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 34 (13.67% from 255) = 10.43%
R=40.49%
G=49.08%
B=10.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132160340.1700.790.3773.3364.9538.04
Hex84A0221104F25494126
Octal204240422101174511110146
Binary1000010010100000100010100010100111110010110010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,160,34); }

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

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

 a { background-color: rgb(132,160,34); }

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

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

 span { border-color: rgb(132,160,34); }

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