Html Css Color HEX #ABA57C Neutral Green

📋 copy color: '#ABA57C'

red 171 ◦ green 165 ◦ blue 124

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

Shades of Neutral Green #ABA57C

Tints of Neutral Green #ABA57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 37.17%
G = 35.87%
B = 26.96%

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

#ABA57C (or 0xABA57C) is known color: Neutral Green. HEX triplet: AB, A5 and 7C. RGB value is (171,165,124). Sum of RGB (Red+Green+Blue) = 171+165+124=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA57C is #545A83. Grayscale: #A2A2A2. Windows color (decimal): -5528196 or 8168875. OLE color: 8168875.

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

Color convert

RGB 171 165 124 -
CMYK 0 0.04 0.27 0.33
HSL 52.34º 0.22% 0.58% -
HSV(B) 52.34º 0.27% 0.67% -
XYZ 33.89 37.02 24.43 -
YUV 162.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 171 165 124 0 0.04 0.27 0.33 52.34 0.22 0.58
Hex AB A5 7C 0 4 1B 21 34 16 3A
Octal 253 245 174 0 4 33 41 64 26 72
Binary 10101011 10100101 1111100 0 100 11011 100001 110100 10110 111010

Color Harmonies of #ABA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA57C

Black with #ABA57C

Text Example


Text Example

White with #ABA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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