#89ae2a

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

Shades of Limerick #89AE2A

Tints of Limerick #89AE2A

Color information

#89AE2A (or 0x89AE2A) is unknown color: approx Limerick. HEX triplet: 89, AE and 2A. RGB value is (137,174,42). Sum of RGB (Red+Green+Blue) = 137+174+42=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AE2A is #7651D5. Grayscale: #949494. Windows color (decimal): -7754198 or 2797193. OLE color: 2797193.

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

Color convert

RGB13717442-
CMYK0.2100.760.32
HSL76.82º61.11%42.35%-
HSV(B)76.82º75.86%68.24%-
XYZ25.8735.767.73-
YUV147.8968.24120.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=38.81%
G=49.29%
B=11.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137174420.2100.760.3276.8261.1142.35
Hex89AE2A1504C204d3d2a
Octal21125652250114401157552
Binary100010011010111010101010101010011001000001001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ae2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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