#89AF32

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

Shades of Limerick #89AF32

Tints of Limerick #89AF32

Color information

#89AF32 (or 0x89AF32) is unknown color: approx Limerick. HEX triplet: 89, AF and 32. RGB value is (137,175,50). Sum of RGB (Red+Green+Blue) = 137+175+50=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AF32 is #7650CD. Grayscale: #959595. Windows color (decimal): -7753934 or 3321737. OLE color: 3321737.

HSL color Cylindrical-coordinate representation of color #89AF32: hue angle of 78.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89AF32 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB13717550-
CMYK0.2200.710.31
HSL78.24º55.56%44.12%-
HSV(B)78.24º71.43%68.63%-
XYZ26.2236.218.62-
YUV149.3971.91119.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=37.85%
G=48.34%
B=13.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137175500.2200.710.3178.2455.5644.12
Hex89AF32160471F4e382c
Octal21125762260107371167054
Binary10001001101011111100101011001000111111111001110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,175,50); }

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

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

 a { background-color: rgb(137,175,50); }

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

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

 span { border-color: rgb(137,175,50); }

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