#ADB596

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

Shades of Green Spring #ADB596

Tints of Green Spring #ADB596

Color information

#ADB596 (or 0xADB596) is unknown color: approx Green Spring. HEX triplet: AD, B5 and 96. RGB value is (173,181,150). Sum of RGB (Red+Green+Blue) = 173+181+150=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB596 is #524A69. Grayscale: #AFAFAF. Windows color (decimal): -5393002 or 9876909. OLE color: 9876909.

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

Color convert

RGB173181150-
CMYK0.0400.170.29
HSL75.48º17.32%64.9%-
HSV(B)75.48º17.13%70.98%-
XYZ39.2644.1335.3-
YUV175.07113.85126.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=34.33%
G=35.91%
B=29.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811500.0400.170.2975.4817.3264.9
HexADB59640111D4b1141
Octal25526522640213511321101
Binary101011011011010110010110100010001111011001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB596; }

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

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

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

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

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

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

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

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