Html Css Color HEX #ABA557 Olive Green

📋 copy color: '#ABA557'

red 171 ◦ green 165 ◦ blue 87

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

Shades of Olive Green #ABA557

Tints of Olive Green #ABA557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 40.43%
G = 39.01%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA557 (or 0xABA557) is known color: Olive Green. HEX triplet: AB, A5 and 57. RGB value is (171,165,87). Sum of RGB (Red+Green+Blue) = 171+165+87=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA557 is #545AA8. Grayscale: #9E9E9E. Windows color (decimal): -5528233 or 5744043. OLE color: 5744043.

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

Color convert

RGB 171 165 87 -
CMYK 0 0.04 0.49 0.33
HSL 55.71º 0.33% 0.51% -
HSV(B) 55.71º 0.49% 0.67% -
XYZ 31.97 36.26 14.33 -
YUV 157.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 171 165 87 0 0.04 0.49 0.33 55.71 0.33 0.51
Hex AB A5 57 0 4 31 21 38 21 33
Octal 253 245 127 0 4 61 41 70 41 63
Binary 10101011 10100101 1010111 0 100 110001 100001 111000 100001 110011

Color Harmonies of #ABA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA557

Black with #ABA557

Text Example


Text Example

White with #ABA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA557; }

 p { color: rgb(171,165,87); }

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

background-color css

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

 a { background-color: rgb(171,165,87); }

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

border-color css

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

 span { border-color: rgb(171,165,87); }

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