Html Css Color HEX #89AC0E Limerick

📋 copy color: '#89AC0E'

red 137 ◦ green 172 ◦ blue 14

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

Shades of Limerick #89AC0E

Tints of Limerick #89AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

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

R = 42.41%
G = 53.25%
B = 4.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#89AC0E (or 0x89AC0E) is known color: Limerick. HEX triplet: 89, AC and 0E. RGB value is (137,172,14). Sum of RGB (Red+Green+Blue) = 137+172+14=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AC0E is #7653F1. Grayscale: #909090. Windows color (decimal): -7754738 or 961673. OLE color: 961673.

HSL color Cylindrical-coordinate representation of color #89AC0E: hue angle of 73.29º 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 #89AC0E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 172 14 -
CMYK 0.20 0 0.92 0.33
HSL 73.29º 0.85% 0.36% -
HSV(B) 73.29º 0.92% 0.67% -
XYZ 25.15 34.86 5.82 -
YUV 143.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 137 172 14 0.20 0 0.92 0.33 73.29 0.85 0.36
Hex 89 AC E 14 0 5C 21 49 55 24
Octal 211 254 16 24 0 134 41 111 125 44
Binary 10001001 10101100 1110 10100 0 1011100 100001 1001001 1010101 100100

Color Harmonies of #89AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AC0E

Black with #89AC0E

Text Example


Text Example

White with #89AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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