Html Css Color HEX #ABA860 Olive Green

📋 copy color: '#ABA860'

red 171 ◦ green 168 ◦ blue 96

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

Shades of Olive Green #ABA860

Tints of Olive Green #ABA860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 39.31%
G = 38.62%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA860 (or 0xABA860) is known color: Olive Green. HEX triplet: AB, A8 and 60. RGB value is (171,168,96). Sum of RGB (Red+Green+Blue) = 171+168+96=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA860 is #54579F. Grayscale: #A0A0A0. Windows color (decimal): -5527456 or 6334635. OLE color: 6334635.

HSL color Cylindrical-coordinate representation of color #ABA860: hue angle of 57.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABA860 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 96 -
CMYK 0 0.02 0.44 0.33
HSL 57.6º 0.31% 0.52% -
HSV(B) 57.6º 0.44% 0.67% -
XYZ 32.91 37.51 16.57 -
YUV 160.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 171 168 96 0 0.02 0.44 0.33 57.6 0.31 0.52
Hex AB A8 60 0 2 2C 21 3A 1F 34
Octal 253 250 140 0 2 54 41 72 37 64
Binary 10101011 10101000 1100000 0 10 101100 100001 111010 11111 110100

Color Harmonies of #ABA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA860

Black with #ABA860

Text Example


Text Example

White with #ABA860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA860; }

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

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

background-color css

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

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

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

border-color css

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

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

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