Shades of Sprout #C0D699
Tints of Sprout #C0D699
RGB
CMYK
RGB Variations
Color information
#C0D699 (or 0xC0D699) is known color: Sprout. HEX triplet: C0, D6 and 99. RGB value is (192,214,153). Sum of RGB (Red+Green+Blue) = 192+214+153=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D699 is #3F2966. Grayscale: #C8C8C8. Windows color (decimal): -4139367 or 10081984. OLE color: 10081984.
HSL color Cylindrical-coordinate representation of color #C0D699: hue angle of 81.64º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0D699 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 153 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.16 |
| HSL | 81.64º | 0.43% | 0.72% | - |
| HSV(B) | 81.64º | 0.29% | 0.84% | - |
| XYZ | 51.53 | 61.6 | 39.31 | - |
| YUV | 200.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 153 | 0.10 | 0 | 0.29 | 0.16 | 81.64 | 0.43 | 0.72 |
| Hex | C0 | D6 | 99 | A | 0 | 1D | 10 | 52 | 2B | 48 |
| Octal | 300 | 326 | 231 | 12 | 0 | 35 | 20 | 122 | 53 | 110 |
| Binary | 11000000 | 11010110 | 10011001 | 1010 | 0 | 11101 | 10000 | 1010010 | 101011 | 1001000 |
Color Harmonies of #C0D699
Complementary color
Monochromatic Colors of #C0D699
Black with #C0D699
Text Example
Text Example
White with #C0D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D699; }
p { color: rgb(192,214,153); }
H1.HeaderClassName
{
color: #C0D699;
}
.AnyTagClassName
{
color: #C0D699;
}
</style>
background-color css
<style>
a { background-color: #C0D699; }
a { background-color: rgb(192,214,153); }
div.DivClassName
{
background-color: #C0D699;
}
.BgClassName
{
background-color: #C0D699;
}
</style>
border-color css
<style>
span { border-color: #C0D699; }
span { border-color: rgb(192,214,153); }
td.TdClassName
{
border-color: #C0D699;
}
.TagClassName
{
border-color: #C0D699;
}
</style>