Html Css Color HEX #ABA655 Olive Green

📋 copy color: '#ABA655'

red 171 ◦ green 166 ◦ blue 85

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

Shades of Olive Green #ABA655

Tints of Olive Green #ABA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 40.52%
G = 39.34%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#ABA655 (or 0xABA655) is known color: Olive Green. HEX triplet: AB, A6 and 55. RGB value is (171,166,85). Sum of RGB (Red+Green+Blue) = 171+166+85=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA655 is #5459AA. Grayscale: #9E9E9E. Windows color (decimal): -5527979 or 5613227. OLE color: 5613227.

HSL color Cylindrical-coordinate representation of color #ABA655: hue angle of 56.51º 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 #ABA655 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 85 -
CMYK 0 0.03 0.50 0.33
HSL 56.51º 0.34% 0.5% -
HSV(B) 56.51º 0.5% 0.67% -
XYZ 32.07 36.59 13.97 -
YUV 158.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 171 166 85 0 0.03 0.50 0.33 56.51 0.34 0.5
Hex AB A6 55 0 3 32 21 39 22 32
Octal 253 246 125 0 3 62 41 71 42 62
Binary 10101011 10100110 1010101 0 11 110010 100001 111001 100010 110010

Color Harmonies of #ABA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA655

Black with #ABA655

Text Example


Text Example

White with #ABA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA655; }

 p { color: rgb(171,166,85); }

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

background-color css

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

 a { background-color: rgb(171,166,85); }

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

border-color css

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

 span { border-color: rgb(171,166,85); }

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