Html Css Color HEX #ABA858 Olive Green

📋 copy color: '#ABA858'

red 171 ◦ green 168 ◦ blue 88

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

Shades of Olive Green #ABA858

Tints of Olive Green #ABA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.61%

R = 40.05%
G = 39.34%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA858 (or 0xABA858) is known color: Olive Green. HEX triplet: AB, A8 and 58. RGB value is (171,168,88). Sum of RGB (Red+Green+Blue) = 171+168+88=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA858 is #5457A7. Grayscale: #A0A0A0. Windows color (decimal): -5527464 or 5810347. OLE color: 5810347.

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

Color convert

RGB 171 168 88 -
CMYK 0 0.02 0.49 0.33
HSL 57.83º 0.33% 0.51% -
HSV(B) 57.83º 0.49% 0.67% -
XYZ 32.56 37.37 14.73 -
YUV 159.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 171 168 88 0 0.02 0.49 0.33 57.83 0.33 0.51
Hex AB A8 58 0 2 31 21 3A 21 33
Octal 253 250 130 0 2 61 41 72 41 63
Binary 10101011 10101000 1011000 0 10 110001 100001 111010 100001 110011

Color Harmonies of #ABA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA858

Black with #ABA858

Text Example


Text Example

White with #ABA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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