Html Css Color HEX #ABA559 Olive Green

📋 copy color: '#ABA559'

red 171 ◦ green 165 ◦ blue 89

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

Shades of Olive Green #ABA559

Tints of Olive Green #ABA559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 40.24%
G = 38.82%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#ABA559 (or 0xABA559) is known color: Olive Green. HEX triplet: AB, A5 and 59. RGB value is (171,165,89). Sum of RGB (Red+Green+Blue) = 171+165+89=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA559 is #545AA6. Grayscale: #9E9E9E. Windows color (decimal): -5528231 or 5875115. OLE color: 5875115.

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

Color convert

RGB 171 165 89 -
CMYK 0 0.04 0.48 0.33
HSL 55.61º 0.33% 0.51% -
HSV(B) 55.61º 0.48% 0.67% -
XYZ 32.05 36.29 14.77 -
YUV 158.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 171 165 89 0 0.04 0.48 0.33 55.61 0.33 0.51
Hex AB A5 59 0 4 30 21 38 21 33
Octal 253 245 131 0 4 60 41 70 41 63
Binary 10101011 10100101 1011001 0 100 110000 100001 111000 100001 110011

Color Harmonies of #ABA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA559

Black with #ABA559

Text Example


Text Example

White with #ABA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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