#ADB598

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

Shades of Green Spring #ADB598

Tints of Green Spring #ADB598

Color information

#ADB598 (or 0xADB598) is unknown color: approx Green Spring. HEX triplet: AD, B5 and 98. RGB value is (173,181,152). Sum of RGB (Red+Green+Blue) = 173+181+152=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB598 is #524A67. Grayscale: #AFAFAF. Windows color (decimal): -5393000 or 10007981. OLE color: 10007981.

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

Color convert

RGB173181152-
CMYK0.0400.160.29
HSL76.55º16.38%65.29%-
HSV(B)76.55º16.02%70.98%-
XYZ39.4244.236.16-
YUV175.3114.85126.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=34.19%
G=35.77%
B=30.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811520.0400.160.2976.5516.3865.29
HexADB59840101D4d1041
Octal25526523040203511520101
Binary101011011011010110011000100010000111011001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB598; }

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

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

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

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

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

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

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

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