#89B032

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

Shades of Limerick #89B032

Tints of Limerick #89B032

Color information

#89B032 (or 0x89B032) is unknown color: approx Limerick. HEX triplet: 89, B0 and 32. RGB value is (137,176,50). Sum of RGB (Red+Green+Blue) = 137+176+50=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #89B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B032 is #764FCD. Grayscale: #969696. Windows color (decimal): -7753678 or 3321993. OLE color: 3321993.

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

Color convert

RGB13717650-
CMYK0.2200.720.31
HSL78.57º55.75%44.31%-
HSV(B)78.57º71.59%69.02%-
XYZ26.4236.68.69-
YUV149.9871.58118.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=37.74%
G=48.48%
B=13.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137176500.2200.720.3178.5755.7544.31
Hex89B032160481F4f382c
Octal21126062260110371177054
Binary10001001101100001100101011001001000111111001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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