Html Css Color HEX #ABA859 Olive Green

📋 copy color: '#ABA859'

red 171 ◦ green 168 ◦ blue 89

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

Shades of Olive Green #ABA859

Tints of Olive Green #ABA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 39.95%
G = 39.25%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#ABA859 (or 0xABA859) is known color: Olive Green. HEX triplet: AB, A8 and 59. RGB value is (171,168,89). Sum of RGB (Red+Green+Blue) = 171+168+89=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA859 is #5457A6. Grayscale: #A0A0A0. Windows color (decimal): -5527463 or 5875883. OLE color: 5875883.

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

Color convert

RGB 171 168 89 -
CMYK 0 0.02 0.48 0.33
HSL 57.8º 0.33% 0.51% -
HSV(B) 57.8º 0.48% 0.67% -
XYZ 32.6 37.38 14.95 -
YUV 159.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 171 168 89 0 0.02 0.48 0.33 57.8 0.33 0.51
Hex AB A8 59 0 2 30 21 3A 21 33
Octal 253 250 131 0 2 60 41 72 41 63
Binary 10101011 10101000 1011001 0 10 110000 100001 111010 100001 110011

Color Harmonies of #ABA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA859

Black with #ABA859

Text Example


Text Example

White with #ABA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA859; }

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

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

background-color css

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

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

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

border-color css

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

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

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