#84A026

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

Shades of Limerick #84A026

Tints of Limerick #84A026

Color information

#84A026 (or 0x84A026) is unknown color: approx Limerick. HEX triplet: 84, A0 and 26. RGB value is (132,160,38). Sum of RGB (Red+Green+Blue) = 132+160+38=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #84A026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A026 is #7B5FD9. Grayscale: #8A8A8A. Windows color (decimal): -8085466 or 2531460. OLE color: 2531460.

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

Color convert

RGB13216038-
CMYK0.1700.760.37
HSL73.77º61.62%38.82%-
HSV(B)73.77º76.25%62.75%-
XYZ22.4430.196.48-
YUV137.7271.72123.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=40%
G=48.48%
B=11.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132160380.1700.760.3773.7761.6238.82
Hex84A0261104C254a3e27
Octal20424046210114451127647
Binary100001001010000010011010001010011001001011001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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