#89AB2D

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

Shades of Limerick #89AB2D

Tints of Limerick #89AB2D

Color information

#89AB2D (or 0x89AB2D) is unknown color: approx Limerick. HEX triplet: 89, AB and 2D. RGB value is (137,171,45). Sum of RGB (Red+Green+Blue) = 137+171+45=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB2D is #7654D2. Grayscale: #929292. Windows color (decimal): -7754963 or 2993033. OLE color: 2993033.

HSL color Cylindrical-coordinate representation of color #89AB2D: hue angle of 76.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89AB2D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB13717145-
CMYK0.2000.740.33
HSL76.19º58.33%42.35%-
HSV(B)76.19º73.68%67.06%-
XYZ25.3534.637.83-
YUV146.4770.74121.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=38.81%
G=48.44%
B=12.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137171450.2000.740.3376.1958.3342.35
Hex89AB2D1404A214c3a2a
Octal21125355240112411147252
Binary100010011010101110110110100010010101000011001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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