Html Css Color HEX #89AA0E Limerick

📋 copy color: '#89AA0E'

red 137 ◦ green 170 ◦ blue 14

#89AA0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #89AA0E

Tints of Limerick #89AA0E

RGB

 RED value IS 137 (53.91% from 255) = 42.68%

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 42.68%
G = 52.96%
B = 4.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#89AA0E (or 0x89AA0E) is known color: Limerick. HEX triplet: 89, AA and 0E. RGB value is (137,170,14). Sum of RGB (Red+Green+Blue) = 137+170+14=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA0E is #7655F1. Grayscale: #8E8E8E. Windows color (decimal): -7755250 or 961161. OLE color: 961161.

HSL color Cylindrical-coordinate representation of color #89AA0E: hue angle of 72.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89AA0E is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 170 14 -
CMYK 0.19 0 0.92 0.33
HSL 72.69º 0.85% 0.36% -
HSV(B) 72.69º 0.92% 0.67% -
XYZ 24.77 34.1 5.69 -
YUV 142.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 137 170 14 0.19 0 0.92 0.33 72.69 0.85 0.36
Hex 89 AA E 13 0 5C 21 49 55 24
Octal 211 252 16 23 0 134 41 111 125 44
Binary 10001001 10101010 1110 10011 0 1011100 100001 1001001 1010101 100100

Color Harmonies of #89AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AA0E

Black with #89AA0E

Text Example


Text Example

White with #89AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,170,14); }

 H1.HeaderClassName
 {
   color: #89AA0E;
 }
 .AnyTagClassName
 {
   color: #89AA0E;
 }
</style>

background-color css

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

 a { background-color: rgb(137,170,14); }

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

border-color css

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

 span { border-color: rgb(137,170,14); }

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