#ADCD97

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

Shades of Sprout #ADCD97

Tints of Sprout #ADCD97

Color information

#ADCD97 (or 0xADCD97) is unknown color: approx Sprout. HEX triplet: AD, CD and 97. RGB value is (173,205,151). Sum of RGB (Red+Green+Blue) = 173+205+151=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD97 is #523268. Grayscale: #BDBDBD. Windows color (decimal): -5386857 or 9948589. OLE color: 9948589.

HSL color Cylindrical-coordinate representation of color #ADCD97: hue angle of 95.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCD97 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB173205151-
CMYK0.1600.260.20
HSL95.56º35.06%69.8%-
HSV(B)95.56º26.34%80.39%-
XYZ44.6554.7837.5-
YUV189.28106.4116.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=32.70%
G=38.75%
B=28.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051510.1600.260.2095.5635.0669.8
HexADCD971001A14602346
Octal255315227200322414043106
Binary101011011100110110010111100000110101010011000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD97; }

 p { color: rgb(173,205,151); }

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

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

 a { background-color: rgb(173,205,151); }

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

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

 span { border-color: rgb(173,205,151); }

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