Html Css Color HEX #ABA975 Neutral Green

📋 copy color: '#ABA975'

red 171 ◦ green 169 ◦ blue 117

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

Shades of Neutral Green #ABA975

Tints of Neutral Green #ABA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 37.42%
G = 36.98%
B = 25.6%

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

#ABA975 (or 0xABA975) is known color: Neutral Green. HEX triplet: AB, A9 and 75. RGB value is (171,169,117). Sum of RGB (Red+Green+Blue) = 171+169+117=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA975 is #54568A. Grayscale: #A3A3A3. Windows color (decimal): -5527179 or 7711147. OLE color: 7711147.

HSL color Cylindrical-coordinate representation of color #ABA975: hue angle of 57.78º degrees, saturation: 0.24, 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 #ABA975 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 117 -
CMYK 0 0.01 0.32 0.33
HSL 57.78º 0.24% 0.56% -
HSV(B) 57.78º 0.32% 0.67% -
XYZ 34.19 38.32 22.42 -
YUV 163.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 171 169 117 0 0.01 0.32 0.33 57.78 0.24 0.56
Hex AB A9 75 0 1 20 21 3A 18 38
Octal 253 251 165 0 1 40 41 72 30 70
Binary 10101011 10101001 1110101 0 1 100000 100001 111010 11000 111000

Color Harmonies of #ABA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA975

Black with #ABA975

Text Example


Text Example

White with #ABA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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