#ABA382

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

Shades of Neutral Green #ABA382

Tints of Neutral Green #ABA382

Color information

#ABA382 (or 0xABA382) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 82. RGB value is (171,163,130). Sum of RGB (Red+Green+Blue) = 171+163+130=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA382 is #545C7D. Grayscale: #A1A1A1. Windows color (decimal): -5528702 or 8561579. OLE color: 8561579.

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

Color convert

RGB171163130-
CMYK00.050.240.33
HSL48.29º19.62%59.02%-
HSV(B)48.29º23.98%67.06%-
XYZ33.9236.4626.37-
YUV161.63110.15134.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=36.85%
G=35.13%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116313000.050.240.3348.2919.6259.02
HexABA38205182130143b
Octal253243202053041602473
Binary10101011101000111000001001011100010000111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA382; }

 p { color: rgb(171,163,130); }

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

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

 a { background-color: rgb(171,163,130); }

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

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

 span { border-color: rgb(171,163,130); }

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