Html Css Color HEX #ABA973 Neutral Green

📋 copy color: '#ABA973'

red 171 ◦ green 169 ◦ blue 115

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

Shades of Neutral Green #ABA973

Tints of Neutral Green #ABA973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 37.58%
G = 37.14%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ABA973 (or 0xABA973) is known color: Neutral Green. HEX triplet: AB, A9 and 73. RGB value is (171,169,115). Sum of RGB (Red+Green+Blue) = 171+169+115=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA973 is #54568C. Grayscale: #A3A3A3. Windows color (decimal): -5527181 or 7580075. OLE color: 7580075.

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

Color convert

RGB 171 169 115 -
CMYK 0 0.01 0.33 0.33
HSL 57.86º 0.25% 0.56% -
HSV(B) 57.86º 0.33% 0.67% -
XYZ 34.08 38.27 21.81 -
YUV 163.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 171 169 115 0 0.01 0.33 0.33 57.86 0.25 0.56
Hex AB A9 73 0 1 21 21 3A 19 38
Octal 253 251 163 0 1 41 41 72 31 70
Binary 10101011 10101001 1110011 0 1 100001 100001 111010 11001 111000

Color Harmonies of #ABA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA973

Black with #ABA973

Text Example


Text Example

White with #ABA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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