#ADB798

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

Shades of Green Spring #ADB798

Tints of Green Spring #ADB798

Color information

#ADB798 (or 0xADB798) is unknown color: approx Green Spring. HEX triplet: AD, B7 and 98. RGB value is (173,183,152). Sum of RGB (Red+Green+Blue) = 173+183+152=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB798 is #524867. Grayscale: #B0B0B0. Windows color (decimal): -5392488 or 10008493. OLE color: 10008493.

HSL color Cylindrical-coordinate representation of color #ADB798: hue angle of 79.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB798 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB173183152-
CMYK0.0500.170.28
HSL79.35º17.71%65.69%-
HSV(B)79.35º16.94%71.76%-
XYZ39.8345.0236.3-
YUV176.48114.19125.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=34.06%
G=36.02%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831520.0500.170.2879.3517.7165.69
HexADB79850111C4f1242
Octal25526723050213411722102
Binary101011011011011110011000101010001111001001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB798; }

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

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

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

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

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

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

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

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