Shades of Sprout #ADCB99
Tints of Sprout #ADCB99
RGB
CMYK
RGB Variations
Color information
#ADCB99 (or 0xADCB99) is known color: Sprout. HEX triplet: AD, CB and 99. RGB value is (173,203,153). Sum of RGB (Red+Green+Blue) = 173+203+153=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB99 is #523466. Grayscale: #BCBCBC. Windows color (decimal): -5387367 or 10079149. OLE color: 10079149.
HSL color Cylindrical-coordinate representation of color #ADCB99: hue angle of 96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCB99 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 153 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.20 |
| HSL | 96º | 0.32% | 0.7% | - |
| HSV(B) | 96º | 0.25% | 0.8% | - |
| XYZ | 44.34 | 53.9 | 38.2 | - |
| YUV | 188.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 153 | 0.15 | 0 | 0.25 | 0.20 | 96 | 0.32 | 0.7 |
| Hex | AD | CB | 99 | F | 0 | 19 | 14 | 60 | 20 | 46 |
| Octal | 255 | 313 | 231 | 17 | 0 | 31 | 24 | 140 | 40 | 106 |
| Binary | 10101101 | 11001011 | 10011001 | 1111 | 0 | 11001 | 10100 | 1100000 | 100000 | 1000110 |
Color Harmonies of #ADCB99
Complementary color
Monochromatic Colors of #ADCB99
Black with #ADCB99
Text Example
Text Example
White with #ADCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB99; }
p { color: rgb(173,203,153); }
H1.HeaderClassName
{
color: #ADCB99;
}
.AnyTagClassName
{
color: #ADCB99;
}
</style>
background-color css
<style>
a { background-color: #ADCB99; }
a { background-color: rgb(173,203,153); }
div.DivClassName
{
background-color: #ADCB99;
}
.BgClassName
{
background-color: #ADCB99;
}
</style>
border-color css
<style>
span { border-color: #ADCB99; }
span { border-color: rgb(173,203,153); }
td.TdClassName
{
border-color: #ADCB99;
}
.TagClassName
{
border-color: #ADCB99;
}
</style>