Html Css Color HEX #ABA959 Olive Green

📋 copy color: '#ABA959'

red 171 ◦ green 169 ◦ blue 89

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

Shades of Olive Green #ABA959

Tints of Olive Green #ABA959

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

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

R = 39.86%
G = 39.39%
B = 20.75%

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

#ABA959 (or 0xABA959) is known color: Olive Green. HEX triplet: AB, A9 and 59. RGB value is (171,169,89). Sum of RGB (Red+Green+Blue) = 171+169+89=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA959 is #5456A6. Grayscale: #A0A0A0. Windows color (decimal): -5527207 or 5876139. OLE color: 5876139.

HSL color Cylindrical-coordinate representation of color #ABA959: hue angle of 58.54º 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 #ABA959 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 89 -
CMYK 0 0.01 0.48 0.33
HSL 58.54º 0.33% 0.51% -
HSV(B) 58.54º 0.48% 0.67% -
XYZ 32.79 37.76 15.01 -
YUV 160.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 171 169 89 0 0.01 0.48 0.33 58.54 0.33 0.51
Hex AB A9 59 0 1 30 21 3B 21 33
Octal 253 251 131 0 1 60 41 73 41 63
Binary 10101011 10101001 1011001 0 1 110000 100001 111011 100001 110011

Color Harmonies of #ABA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA959

Black with #ABA959

Text Example


Text Example

White with #ABA959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA959; }

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

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

background-color css

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

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

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

border-color css

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

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

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