Html Css Color HEX #ABA861 Olive Green

📋 copy color: '#ABA861'

red 171 ◦ green 168 ◦ blue 97

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

Shades of Olive Green #ABA861

Tints of Olive Green #ABA861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.25%

R = 39.22%
G = 38.53%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA861 (or 0xABA861) is known color: Olive Green. HEX triplet: AB, A8 and 61. RGB value is (171,168,97). Sum of RGB (Red+Green+Blue) = 171+168+97=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA861 is #54579E. Grayscale: #A1A1A1. Windows color (decimal): -5527455 or 6400171. OLE color: 6400171.

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

Color convert

RGB 171 168 97 -
CMYK 0 0.02 0.43 0.33
HSL 57.57º 0.31% 0.53% -
HSV(B) 57.57º 0.43% 0.67% -
XYZ 32.95 37.53 16.82 -
YUV 160.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 171 168 97 0 0.02 0.43 0.33 57.57 0.31 0.53
Hex AB A8 61 0 2 2B 21 3A 1F 35
Octal 253 250 141 0 2 53 41 72 37 65
Binary 10101011 10101000 1100001 0 10 101011 100001 111010 11111 110101

Color Harmonies of #ABA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA861

Black with #ABA861

Text Example


Text Example

White with #ABA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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