Html Css Color HEX #ABA974 Neutral Green

📋 copy color: '#ABA974'

red 171 ◦ green 169 ◦ blue 116

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

Shades of Neutral Green #ABA974

Tints of Neutral Green #ABA974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 37.5%
G = 37.06%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABA974 (or 0xABA974) is known color: Neutral Green. HEX triplet: AB, A9 and 74. RGB value is (171,169,116). Sum of RGB (Red+Green+Blue) = 171+169+116=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA974 is #54568B. Grayscale: #A3A3A3. Windows color (decimal): -5527180 or 7645611. OLE color: 7645611.

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

Color convert

RGB 171 169 116 -
CMYK 0 0.01 0.32 0.33
HSL 57.82º 0.25% 0.56% -
HSV(B) 57.82º 0.32% 0.67% -
XYZ 34.13 38.29 22.12 -
YUV 163.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 171 169 116 0 0.01 0.32 0.33 57.82 0.25 0.56
Hex AB A9 74 0 1 20 21 3A 19 38
Octal 253 251 164 0 1 40 41 72 31 70
Binary 10101011 10101001 1110100 0 1 100000 100001 111010 11001 111000

Color Harmonies of #ABA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA974

Black with #ABA974

Text Example


Text Example

White with #ABA974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA974; }

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

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

background-color css

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

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

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

border-color css

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

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

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