#ADB599

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

Shades of Green Spring #ADB599

Tints of Green Spring #ADB599

Color information

#ADB599 (or 0xADB599) is unknown color: approx Green Spring. HEX triplet: AD, B5 and 99. RGB value is (173,181,153). Sum of RGB (Red+Green+Blue) = 173+181+153=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB599 is #524A66. Grayscale: #AFAFAF. Windows color (decimal): -5392999 or 10073517. OLE color: 10073517.

HSL color Cylindrical-coordinate representation of color #ADB599: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB599 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB173181153-
CMYK0.0400.150.29
HSL77.14º15.91%65.49%-
HSV(B)77.14º15.47%70.98%-
XYZ39.5144.2336.59-
YUV175.42115.35126.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=34.12%
G=35.70%
B=30.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811530.0400.150.2977.1415.9165.49
HexADB59940F1D4d1041
Octal25526523140173511520101
Binary10101101101101011001100110001111111011001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB599; }

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

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

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

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

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

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

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

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