Html Css Color HEX #89AF0F Limerick

📋 copy color: '#89AF0F'

red 137 ◦ green 175 ◦ blue 15

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

Shades of Limerick #89AF0F

Tints of Limerick #89AF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.52%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 41.9%
G = 53.52%
B = 4.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#89AF0F (or 0x89AF0F) is known color: Limerick. HEX triplet: 89, AF and 0F. RGB value is (137,175,15). Sum of RGB (Red+Green+Blue) = 137+175+15=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AF0F is #7650F0. Grayscale: #929292. Windows color (decimal): -7753969 or 1027977. OLE color: 1027977.

HSL color Cylindrical-coordinate representation of color #89AF0F: hue angle of 74.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89AF0F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 175 15 -
CMYK 0.22 0 0.91 0.31
HSL 74.25º 0.84% 0.37% -
HSV(B) 74.25º 0.91% 0.69% -
XYZ 25.73 36.01 6.05 -
YUV 145.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 137 175 15 0.22 0 0.91 0.31 74.25 0.84 0.37
Hex 89 AF F 16 0 5B 1F 4A 54 25
Octal 211 257 17 26 0 133 37 112 124 45
Binary 10001001 10101111 1111 10110 0 1011011 11111 1001010 1010100 100101

Color Harmonies of #89AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AF0F

Black with #89AF0F

Text Example


Text Example

White with #89AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,175,15); }

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

background-color css

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

 a { background-color: rgb(137,175,15); }

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

border-color css

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

 span { border-color: rgb(137,175,15); }

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