#ADB595

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

Shades of Green Spring #ADB595

Tints of Green Spring #ADB595

Color information

#ADB595 (or 0xADB595) is unknown color: approx Green Spring. HEX triplet: AD, B5 and 95. RGB value is (173,181,149). Sum of RGB (Red+Green+Blue) = 173+181+149=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB595 is #524A6A. Grayscale: #AFAFAF. Windows color (decimal): -5393003 or 9811373. OLE color: 9811373.

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

Color convert

RGB173181149-
CMYK0.0400.180.29
HSL75º17.78%64.71%-
HSV(B)75º17.68%70.98%-
XYZ39.1844.134.88-
YUV174.96113.35126.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=34.39%
G=35.98%
B=29.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811490.0400.180.297517.7864.71
HexADB59540121D4b1241
Octal25526522540223511322101
Binary101011011011010110010101100010010111011001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB595; }

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

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

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

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

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

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

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

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