Shades of Sprout #C9D999
Tints of Sprout #C9D999
RGB
CMYK
RGB Variations
Color information
#C9D999 (or 0xC9D999) is known color: Sprout. HEX triplet: C9, D9 and 99. RGB value is (201,217,153). Sum of RGB (Red+Green+Blue) = 201+217+153=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D999 is #362666. Grayscale: #CDCDCD. Windows color (decimal): -3548775 or 10082761. OLE color: 10082761.
HSL color Cylindrical-coordinate representation of color #C9D999: hue angle of 75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9D999 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 153 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.15 |
| HSL | 75º | 0.46% | 0.73% | - |
| HSV(B) | 75º | 0.29% | 0.85% | - |
| XYZ | 54.65 | 64.34 | 39.68 | - |
| YUV | 204.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 153 | 0.07 | 0 | 0.29 | 0.15 | 75 | 0.46 | 0.73 |
| Hex | C9 | D9 | 99 | 7 | 0 | 1D | F | 4B | 2E | 49 |
| Octal | 311 | 331 | 231 | 7 | 0 | 35 | 17 | 113 | 56 | 111 |
| Binary | 11001001 | 11011001 | 10011001 | 111 | 0 | 11101 | 1111 | 1001011 | 101110 | 1001001 |
Color Harmonies of #C9D999
Complementary color
Monochromatic Colors of #C9D999
Black with #C9D999
Text Example
Text Example
White with #C9D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D999; }
p { color: rgb(201,217,153); }
H1.HeaderClassName
{
color: #C9D999;
}
.AnyTagClassName
{
color: #C9D999;
}
</style>
background-color css
<style>
a { background-color: #C9D999; }
a { background-color: rgb(201,217,153); }
div.DivClassName
{
background-color: #C9D999;
}
.BgClassName
{
background-color: #C9D999;
}
</style>
border-color css
<style>
span { border-color: #C9D999; }
span { border-color: rgb(201,217,153); }
td.TdClassName
{
border-color: #C9D999;
}
.TagClassName
{
border-color: #C9D999;
}
</style>