#ADB999

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

Shades of Green Spring #ADB999

Tints of Green Spring #ADB999

Color information

#ADB999 (or 0xADB999) is unknown color: approx Green Spring. HEX triplet: AD, B9 and 99. RGB value is (173,185,153). Sum of RGB (Red+Green+Blue) = 173+185+153=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB999 is #524666. Grayscale: #B1B1B1. Windows color (decimal): -5391975 or 10074541. OLE color: 10074541.

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

Color convert

RGB173185153-
CMYK0.0600.170.27
HSL82.5º18.6%66.27%-
HSV(B)82.5º17.3%72.55%-
XYZ40.3345.8836.87-
YUV177.76114.02124.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=33.86%
G=36.20%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851530.0600.170.2782.518.666.27
HexADB99960111B521342
Octal25527123160213312223102
Binary101011011011100110011001110010001110111010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB999; }

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

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

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

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

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

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

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

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