Html Css Color HEX #ABA85D Olive Green

📋 copy color: '#ABA85D'

red 171 ◦ green 168 ◦ blue 93

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

Shades of Olive Green #ABA85D

Tints of Olive Green #ABA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 39.58%
G = 38.89%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABA85D (or 0xABA85D) is known color: Olive Green. HEX triplet: AB, A8 and 5D. RGB value is (171,168,93). Sum of RGB (Red+Green+Blue) = 171+168+93=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85D is #5457A2. Grayscale: #A0A0A0. Windows color (decimal): -5527459 or 6138027. OLE color: 6138027.

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

Color convert

RGB 171 168 93 -
CMYK 0 0.02 0.46 0.33
HSL 57.69º 0.32% 0.52% -
HSV(B) 57.69º 0.46% 0.67% -
XYZ 32.77 37.45 15.86 -
YUV 160.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 171 168 93 0 0.02 0.46 0.33 57.69 0.32 0.52
Hex AB A8 5D 0 2 2E 21 3A 20 34
Octal 253 250 135 0 2 56 41 72 40 64
Binary 10101011 10101000 1011101 0 10 101110 100001 111010 100000 110100

Color Harmonies of #ABA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA85D

Black with #ABA85D

Text Example


Text Example

White with #ABA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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