Html Css Color HEX #ABA957 Olive Green

📋 copy color: '#ABA957'

red 171 ◦ green 169 ◦ blue 87

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

Shades of Olive Green #ABA957

Tints of Olive Green #ABA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

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

R = 40.05%
G = 39.58%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA957 (or 0xABA957) is known color: Olive Green. HEX triplet: AB, A9 and 57. RGB value is (171,169,87). Sum of RGB (Red+Green+Blue) = 171+169+87=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA957 is #5456A8. Grayscale: #A0A0A0. Windows color (decimal): -5527209 or 5745067. OLE color: 5745067.

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

Color convert

RGB 171 169 87 -
CMYK 0 0.01 0.49 0.33
HSL 58.57º 0.33% 0.51% -
HSV(B) 58.57º 0.49% 0.67% -
XYZ 32.7 37.72 14.57 -
YUV 160.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 171 169 87 0 0.01 0.49 0.33 58.57 0.33 0.51
Hex AB A9 57 0 1 31 21 3B 21 33
Octal 253 251 127 0 1 61 41 73 41 63
Binary 10101011 10101001 1010111 0 1 110001 100001 111011 100001 110011

Color Harmonies of #ABA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA957

Black with #ABA957

Text Example


Text Example

White with #ABA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA957; }

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

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

background-color css

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

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

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

border-color css

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

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

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