Html Css Color HEX #ABA953 Olive Green

📋 copy color: '#ABA953'

red 171 ◦ green 169 ◦ blue 83

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

Shades of Olive Green #ABA953

Tints of Olive Green #ABA953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.62%

R = 40.43%
G = 39.95%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ABA953 (or 0xABA953) is known color: Olive Green. HEX triplet: AB, A9 and 53. RGB value is (171,169,83). Sum of RGB (Red+Green+Blue) = 171+169+83=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA953 is #5456AC. Grayscale: #A0A0A0. Windows color (decimal): -5527213 or 5482923. OLE color: 5482923.

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

Color convert

RGB 171 169 83 -
CMYK 0 0.01 0.51 0.33
HSL 58.64º 0.35% 0.5% -
HSV(B) 58.64º 0.51% 0.67% -
XYZ 32.54 37.66 13.74 -
YUV 159.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 171 169 83 0 0.01 0.51 0.33 58.64 0.35 0.5
Hex AB A9 53 0 1 33 21 3B 23 32
Octal 253 251 123 0 1 63 41 73 43 62
Binary 10101011 10101001 1010011 0 1 110011 100001 111011 100011 110010

Color Harmonies of #ABA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA953

Black with #ABA953

Text Example


Text Example

White with #ABA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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