#ADB59B

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

Shades of Green Spring #ADB59B

Tints of Green Spring #ADB59B

Color information

#ADB59B (or 0xADB59B) is unknown color: approx Green Spring. HEX triplet: AD, B5 and 9B. RGB value is (173,181,155). Sum of RGB (Red+Green+Blue) = 173+181+155=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB59B is #524A64. Grayscale: #AFAFAF. Windows color (decimal): -5392997 or 10204589. OLE color: 10204589.

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

Color convert

RGB173181155-
CMYK0.0400.140.29
HSL78.46º14.94%65.88%-
HSV(B)78.46º14.36%70.98%-
XYZ39.6744.337.47-
YUV175.64116.35126.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=33.99%
G=35.56%
B=30.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811550.0400.140.2978.4614.9465.88
HexADB59B40E1D4ef42
Octal25526523340163511617102
Binary1010110110110101100110111000111011101100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB59B; }

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

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

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

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

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

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

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

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