#89A12D

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

Shades of Limerick #89A12D

Tints of Limerick #89A12D

Color information

#89A12D (or 0x89A12D) is unknown color: approx Limerick. HEX triplet: 89, A1 and 2D. RGB value is (137,161,45). Sum of RGB (Red+Green+Blue) = 137+161+45=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #89A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A12D is #765ED2. Grayscale: #8D8D8D. Windows color (decimal): -7757523 or 2990473. OLE color: 2990473.

HSL color Cylindrical-coordinate representation of color #89A12D: hue angle of 72.41º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89A12D is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB13716145-
CMYK0.1500.720.37
HSL72.41º56.31%40.39%-
HSV(B)72.41º72.05%63.14%-
XYZ23.54317.23-
YUV140.674.05125.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 45 (17.97% from 255) = 13.12%
R=39.94%
G=46.94%
B=13.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal137161450.1500.720.3772.4156.3140.39
Hex89A12DF04825483828
Octal21124155170110451107050
Binary10001001101000011011011111010010001001011001000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,161,45); }

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

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

 a { background-color: rgb(137,161,45); }

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

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

 span { border-color: rgb(137,161,45); }

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