#89AE1A

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

Shades of Limerick #89AE1A

Tints of Limerick #89AE1A

Color information

#89AE1A (or 0x89AE1A) is unknown color: approx Limerick. HEX triplet: 89, AE and 1A. RGB value is (137,174,26). Sum of RGB (Red+Green+Blue) = 137+174+26=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AE1A is #7651E5. Grayscale: #929292. Windows color (decimal): -7754214 or 1748617. OLE color: 1748617.

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

Color convert

RGB13717426-
CMYK0.2100.850.32
HSL75º74%39.22%-
HSV(B)75º85.06%68.24%-
XYZ25.6435.676.51-
YUV146.0660.24121.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 51.63%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=40.65%
G=51.63%
B=7.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137174260.2100.850.32757439.22
Hex89AE1A15055204b4a27
Octal211256322501254011311247
Binary100010011010111011010101010101010110000010010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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