#ADB29D

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

Shades of Green Spring #ADB29D

Tints of Green Spring #ADB29D

Color information

#ADB29D (or 0xADB29D) is unknown color: approx Green Spring. HEX triplet: AD, B2 and 9D. RGB value is (173,178,157). Sum of RGB (Red+Green+Blue) = 173+178+157=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29D is #524D62. Grayscale: #AEAEAE. Windows color (decimal): -5393763 or 10334893. OLE color: 10334893.

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

Color convert

RGB173178157-
CMYK0.0300.120.30
HSL74.29º12%65.69%-
HSV(B)74.29º11.8%69.8%-
XYZ39.2443.1638.16-
YUV174.11118.34127.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=34.06%
G=35.04%
B=30.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781570.0300.120.3074.291265.69
HexADB29D30C1E4ac42
Octal25526223530143611214102
Binary101011011011001010011101110110011110100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB29D; }

 p { color: rgb(173,178,157); }

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

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

 a { background-color: rgb(173,178,157); }

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

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

 span { border-color: rgb(173,178,157); }

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