Html Css Color HEX #ABAA59 Olive Green

📋 copy color: '#ABAA59'

red 171 ◦ green 170 ◦ blue 89

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

Shades of Olive Green #ABAA59

Tints of Olive Green #ABAA59

RGB

 RED value IS 171 (67.19% from 255) = 39.77%

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

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 39.77%
G = 39.53%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#ABAA59 (or 0xABAA59) is known color: Olive Green. HEX triplet: AB, AA and 59. RGB value is (171,170,89). Sum of RGB (Red+Green+Blue) = 171+170+89=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA59 is #5455A6. Grayscale: #A1A1A1. Windows color (decimal): -5526951 or 5876395. OLE color: 5876395.

HSL color Cylindrical-coordinate representation of color #ABAA59: hue angle of 59.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABAA59 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 89 -
CMYK 0 0.01 0.48 0.33
HSL 59.27º 0.33% 0.51% -
HSV(B) 59.27º 0.48% 0.67% -
XYZ 32.97 38.13 15.07 -
YUV 161.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 171 170 89 0 0.01 0.48 0.33 59.27 0.33 0.51
Hex AB AA 59 0 1 30 21 3B 21 33
Octal 253 252 131 0 1 60 41 73 41 63
Binary 10101011 10101010 1011001 0 1 110000 100001 111011 100001 110011

Color Harmonies of #ABAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA59

Black with #ABAA59

Text Example


Text Example

White with #ABAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA59; }

 p { color: rgb(171,170,89); }

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

background-color css

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

 a { background-color: rgb(171,170,89); }

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

border-color css

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

 span { border-color: rgb(171,170,89); }

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