#89A431

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

Shades of Limerick #89A431

Tints of Limerick #89A431

Color information

#89A431 (or 0x89A431) is unknown color: approx Limerick. HEX triplet: 89, A4 and 31. RGB value is (137,164,49). Sum of RGB (Red+Green+Blue) = 137+164+49=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #89A431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A431 is #765BCE. Grayscale: #8F8F8F. Windows color (decimal): -7756751 or 3253385. OLE color: 3253385.

HSL color Cylindrical-coordinate representation of color #89A431: hue angle of 74.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89A431 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB13716449-
CMYK0.1600.700.36
HSL74.09º53.99%41.76%-
HSV(B)74.09º70.12%64.31%-
XYZ24.1532.097.83-
YUV142.8275.05123.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 164 (64.45% from 255) = 46.86%
BLUE value IS 49 (19.53% from 255) = 14%
R=39.14%
G=46.86%
B=14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137164490.1600.700.3674.0953.9941.76
Hex89A43110046244a362a
Octal21124461200106441126652
Binary100010011010010011000110000010001101001001001010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,164,49); }

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

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

 a { background-color: rgb(137,164,49); }

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

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

 span { border-color: rgb(137,164,49); }

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