#ADB795

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

Shades of Green Spring #ADB795

Tints of Green Spring #ADB795

Color information

#ADB795 (or 0xADB795) is unknown color: approx Green Spring. HEX triplet: AD, B7 and 95. RGB value is (173,183,149). Sum of RGB (Red+Green+Blue) = 173+183+149=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB795 is #52486A. Grayscale: #B0B0B0. Windows color (decimal): -5392491 or 9811885. OLE color: 9811885.

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

Color convert

RGB173183149-
CMYK0.0500.190.28
HSL77.65º19.1%65.1%-
HSV(B)77.65º18.58%71.76%-
XYZ39.5944.9235.02-
YUV176.13112.69125.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=34.26%
G=36.24%
B=29.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831490.0500.190.2877.6519.165.1
HexADB79550131C4e1341
Octal25526722550233411623101
Binary101011011011011110010101101010011111001001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB795; }

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

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

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

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

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

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

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

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