Html Css Color HEX #ABA57D Neutral Green

📋 copy color: '#ABA57D'

red 171 ◦ green 165 ◦ blue 125

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

Shades of Neutral Green #ABA57D

Tints of Neutral Green #ABA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 37.09%
G = 35.79%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#ABA57D (or 0xABA57D) is known color: Neutral Green. HEX triplet: AB, A5 and 7D. RGB value is (171,165,125). Sum of RGB (Red+Green+Blue) = 171+165+125=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA57D is #545A82. Grayscale: #A2A2A2. Windows color (decimal): -5528195 or 8234411. OLE color: 8234411.

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

Color convert

RGB 171 165 125 -
CMYK 0 0.04 0.27 0.33
HSL 52.17º 0.21% 0.58% -
HSV(B) 52.17º 0.27% 0.67% -
XYZ 33.95 37.05 24.76 -
YUV 162.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 171 165 125 0 0.04 0.27 0.33 52.17 0.21 0.58
Hex AB A5 7D 0 4 1B 21 34 15 3A
Octal 253 245 175 0 4 33 41 64 25 72
Binary 10101011 10100101 1111101 0 100 11011 100001 110100 10101 111010

Color Harmonies of #ABA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA57D

Black with #ABA57D

Text Example


Text Example

White with #ABA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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