#ADB495

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

Shades of Green Spring #ADB495

Tints of Green Spring #ADB495

Color information

#ADB495 (or 0xADB495) is unknown color: approx Green Spring. HEX triplet: AD, B4 and 95. RGB value is (173,180,149). Sum of RGB (Red+Green+Blue) = 173+180+149=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB495 is #524B6A. Grayscale: #AEAEAE. Windows color (decimal): -5393259 or 9811117. OLE color: 9811117.

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

Color convert

RGB173180149-
CMYK0.0400.170.29
HSL73.55º17.13%64.51%-
HSV(B)73.55º17.22%70.59%-
XYZ38.9843.734.81-
YUV174.37113.68127.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=34.46%
G=35.86%
B=29.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801490.0400.170.2973.5517.1364.51
HexADB49540111D4a1141
Octal25526422540213511221101
Binary101011011011010010010101100010001111011001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB495; }

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

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

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

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

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

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

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

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