#ADAB81

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

Shades of Neutral Green #ADAB81

Tints of Neutral Green #ADAB81

Color information

#ADAB81 (or 0xADAB81) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 81. RGB value is (173,171,129). Sum of RGB (Red+Green+Blue) = 173+171+129=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB81 is #52547E. Grayscale: #A6A6A6. Windows color (decimal): -5395583 or 8498093. OLE color: 8498093.

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

Color convert

RGB173171129-
CMYK00.010.250.32
HSL57.27º21.15%59.22%-
HSV(B)57.27º25.43%67.84%-
XYZ35.7639.626.53-
YUV166.81106.66132.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=36.58%
G=36.15%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317112900.010.250.3257.2721.1559.22
HexADAB8101192039153b
Octal255253201013140712573
Binary101011011010101110000001011100110000011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB81; }

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

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

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

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

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

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

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

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