#ADB29F

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

Shades of Green Spring #ADB29F

Tints of Green Spring #ADB29F

Color information

#ADB29F (or 0xADB29F) is unknown color: approx Green Spring. HEX triplet: AD, B2 and 9F. RGB value is (173,178,159). Sum of RGB (Red+Green+Blue) = 173+178+159=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29F is #524D60. Grayscale: #AEAEAE. Windows color (decimal): -5393761 or 10465965. OLE color: 10465965.

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

Color convert

RGB173178159-
CMYK0.0300.110.30
HSL75.79º10.98%66.08%-
HSV(B)75.79º10.67%69.8%-
XYZ39.4143.2339.07-
YUV174.34119.34127.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=33.92%
G=34.90%
B=31.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781590.0300.110.3075.7910.9866.08
HexADB29F30B1E4cb42
Octal25526223730133611413102
Binary101011011011001010011111110101111110100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB29F; }

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

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

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

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

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

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

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

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