Html Css Color HEX #ABA456 Olive Green

📋 copy color: '#ABA456'

red 171 ◦ green 164 ◦ blue 86

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

Shades of Olive Green #ABA456

Tints of Olive Green #ABA456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 40.62%
G = 38.95%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#ABA456 (or 0xABA456) is known color: Olive Green. HEX triplet: AB, A4 and 56. RGB value is (171,164,86). Sum of RGB (Red+Green+Blue) = 171+164+86=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA456 is #545BA9. Grayscale: #9D9D9D. Windows color (decimal): -5528490 or 5678251. OLE color: 5678251.

HSL color Cylindrical-coordinate representation of color #ABA456: hue angle of 55.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABA456 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 86 -
CMYK 0 0.04 0.50 0.33
HSL 55.06º 0.34% 0.5% -
HSV(B) 55.06º 0.5% 0.67% -
XYZ 31.75 35.88 14.06 -
YUV 157.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 171 164 86 0 0.04 0.50 0.33 55.06 0.34 0.5
Hex AB A4 56 0 4 32 21 37 22 32
Octal 253 244 126 0 4 62 41 67 42 62
Binary 10101011 10100100 1010110 0 100 110010 100001 110111 100010 110010

Color Harmonies of #ABA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA456

Black with #ABA456

Text Example


Text Example

White with #ABA456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA456; }

 p { color: rgb(171,164,86); }

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

background-color css

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

 a { background-color: rgb(171,164,86); }

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

border-color css

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

 span { border-color: rgb(171,164,86); }

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