#aba481

Color #ABA481 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ABA481

Tints of Neutral Green #ABA481

Color information

#ABA481 (or 0xABA481) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 81. RGB value is (171,164,129). Sum of RGB (Red+Green+Blue) = 171+164+129=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA481 is #545B7E. Grayscale: #A2A2A2. Windows color (decimal): -5528447 or 8496299. OLE color: 8496299.

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

Color convert

RGB171164129-
CMYK00.040.250.33
HSL50º20%58.82%-
HSV(B)50º24.56%67.06%-
XYZ34.0336.7926.08-
YUV162.1109.32134.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=36.85%
G=35.34%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412900.040.250.33502058.82
HexABA48104192132143b
Octal253244201043141622473
Binary10101011101001001000000101001100110000111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba481; }

 p { color: rgb(171,164,129); }

 H1.HeaderClassName
 {
   color: #aba481;
 }
 .AnyTagClassName
 {
   color: #aba481;
 }
</style>
background-color css

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

 a { background-color: rgb(171,164,129); }

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

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

 span { border-color: rgb(171,164,129); }

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