#ADB395

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

Shades of Green Spring #ADB395

Tints of Green Spring #ADB395

Color information

#ADB395 (or 0xADB395) is unknown color: approx Green Spring. HEX triplet: AD, B3 and 95. RGB value is (173,179,149). Sum of RGB (Red+Green+Blue) = 173+179+149=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB395 is #524C6A. Grayscale: #ADADAD. Windows color (decimal): -5393515 or 9810861. OLE color: 9810861.

HSL color Cylindrical-coordinate representation of color #ADB395: hue angle of 72º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB395 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB173179149-
CMYK0.0300.170.30
HSL72º16.48%64.31%-
HSV(B)72º16.76%70.2%-
XYZ38.7843.2934.75-
YUV173.79114.01127.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=34.53%
G=35.73%
B=29.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791490.0300.170.307216.4864.31
HexADB39530111E481040
Octal25526322530213611020100
Binary10101101101100111001010111010001111101001000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB395; }

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

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

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

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

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

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

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

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