Html Css Color HEX #ABA978 Neutral Green

📋 copy color: '#ABA978'

red 171 ◦ green 169 ◦ blue 120

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

Shades of Neutral Green #ABA978

Tints of Neutral Green #ABA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.09%

R = 37.17%
G = 36.74%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#ABA978 (or 0xABA978) is known color: Neutral Green. HEX triplet: AB, A9 and 78. RGB value is (171,169,120). Sum of RGB (Red+Green+Blue) = 171+169+120=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA978 is #545687. Grayscale: #A4A4A4. Windows color (decimal): -5527176 or 7907755. OLE color: 7907755.

HSL color Cylindrical-coordinate representation of color #ABA978: hue angle of 57.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA978 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 120 -
CMYK 0 0.01 0.30 0.33
HSL 57.65º 0.23% 0.57% -
HSV(B) 57.65º 0.3% 0.67% -
XYZ 34.37 38.39 23.37 -
YUV 164.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 171 169 120 0 0.01 0.30 0.33 57.65 0.23 0.57
Hex AB A9 78 0 1 1E 21 3A 17 39
Octal 253 251 170 0 1 36 41 72 27 71
Binary 10101011 10101001 1111000 0 1 11110 100001 111010 10111 111001

Color Harmonies of #ABA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA978

Black with #ABA978

Text Example


Text Example

White with #ABA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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