#89AE13

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

Shades of Limerick #89AE13

Tints of Limerick #89AE13

Color information

#89AE13 (or 0x89AE13) is unknown color: approx Limerick. HEX triplet: 89, AE and 13. RGB value is (137,174,19). Sum of RGB (Red+Green+Blue) = 137+174+19=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AE13 is #7651EC. Grayscale: #919191. Windows color (decimal): -7754221 or 1289865. OLE color: 1289865.

HSL color Cylindrical-coordinate representation of color #89AE13: hue angle of 74.32º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89AE13 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB13717419-
CMYK0.2100.890.32
HSL74.32º80.31%37.84%-
HSV(B)74.32º89.08%68.24%-
XYZ25.5735.646.15-
YUV145.2756.74122.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 19 (7.81% from 255) = 5.76%
R=41.52%
G=52.73%
B=5.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137174190.2100.890.3274.3280.3137.84
Hex89AE1315059204a5026
Octal211256232501314011212046
Binary100010011010111010011101010101100110000010010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,174,19); }

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

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

 a { background-color: rgb(137,174,19); }

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

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

 span { border-color: rgb(137,174,19); }

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