#ADB4A0

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

Shades of Green Spring #ADB4A0

Tints of Green Spring #ADB4A0

Color information

#ADB4A0 (or 0xADB4A0) is unknown color: approx Green Spring. HEX triplet: AD, B4 and A0. RGB value is (173,180,160). Sum of RGB (Red+Green+Blue) = 173+180+160=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A0 is #524B5F. Grayscale: #AFAFAF. Windows color (decimal): -5393248 or 10532013. OLE color: 10532013.

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

Color convert

RGB173180160-
CMYK0.0400.110.29
HSL81º11.76%66.67%-
HSV(B)81º11.11%70.59%-
XYZ39.944.0639.66-
YUV175.63119.18126.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=33.72%
G=35.09%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801600.0400.110.298111.7666.67
HexADB4A040B1D51c43
Octal25526424040133512114103
Binary1010110110110100101000001000101111101101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4A0; }

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

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

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

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

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

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

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

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