#ADB899

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

Shades of Green Spring #ADB899

Tints of Green Spring #ADB899

Color information

#ADB899 (or 0xADB899) is unknown color: approx Green Spring. HEX triplet: AD, B8 and 99. RGB value is (173,184,153). Sum of RGB (Red+Green+Blue) = 173+184+153=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB899 is #524766. Grayscale: #B1B1B1. Windows color (decimal): -5392231 or 10074285. OLE color: 10074285.

HSL color Cylindrical-coordinate representation of color #ADB899: hue angle of 81.29º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB899 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB173184153-
CMYK0.0600.170.28
HSL81.29º17.92%66.08%-
HSV(B)81.29º16.85%72.16%-
XYZ40.1245.4736.8-
YUV177.18114.36125.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 153 (60.16% from 255) = 30%
R=33.92%
G=36.08%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841530.0600.170.2881.2917.9266.08
HexADB89960111C511242
Octal25527023160213412122102
Binary101011011011100010011001110010001111001010001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB899; }

 p { color: rgb(173,184,153); }

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

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

 a { background-color: rgb(173,184,153); }

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

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

 span { border-color: rgb(173,184,153); }

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