#89A02F

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

Shades of Limerick #89A02F

Tints of Limerick #89A02F

Color information

#89A02F (or 0x89A02F) is unknown color: approx Limerick. HEX triplet: 89, A0 and 2F. RGB value is (137,160,47). Sum of RGB (Red+Green+Blue) = 137+160+47=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #89A02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A02F is #765FD0. Grayscale: #8C8C8C. Windows color (decimal): -7757777 or 3121289. OLE color: 3121289.

HSL color Cylindrical-coordinate representation of color #89A02F: hue angle of 72.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89A02F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB13716047-
CMYK0.1400.710.37
HSL72.21º54.59%40.59%-
HSV(B)72.21º70.63%62.75%-
XYZ23.430.677.37-
YUV140.2475.38125.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 47 (18.75% from 255) = 13.66%
R=39.83%
G=46.51%
B=13.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal137160470.1400.710.3772.2154.5940.59
Hex89A02FE04725483729
Octal21124057160107451106751
Binary10001001101000001011111110010001111001011001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A02F; }

 p { color: rgb(137,160,47); }

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

<style>
 a { background-color: #89A02F; }

 a { background-color: rgb(137,160,47); }

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

<style>
 span { border-color: #89A02F; }

 span { border-color: rgb(137,160,47); }

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