#ADAB85

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

Shades of Neutral Green #ADAB85

Tints of Neutral Green #ADAB85

Color information

#ADAB85 (or 0xADAB85) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 85. RGB value is (173,171,133). Sum of RGB (Red+Green+Blue) = 173+171+133=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB85 is #52547A. Grayscale: #A7A7A7. Windows color (decimal): -5395579 or 8760237. OLE color: 8760237.

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

Color convert

RGB173171133-
CMYK00.010.230.32
HSL57º19.61%60%-
HSV(B)57º23.12%67.84%-
XYZ36.0339.727.95-
YUV167.27108.66132.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=36.27%
G=35.85%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317113300.010.230.325719.6160
HexADAB8501172039143c
Octal255253205012740712474
Binary101011011010101110000101011011110000011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB85; }

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

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

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

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

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

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

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

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