Shades of Sprout #C0D691
Tints of Sprout #C0D691
RGB
CMYK
RGB Variations
Color information
#C0D691 (or 0xC0D691) is known color: Sprout. HEX triplet: C0, D6 and 91. RGB value is (192,214,145). Sum of RGB (Red+Green+Blue) = 192+214+145=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D691 is #3F296E. Grayscale: #C7C7C7. Windows color (decimal): -4139375 or 9557696. OLE color: 9557696.
HSL color Cylindrical-coordinate representation of color #C0D691: hue angle of 79.13º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0D691 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 145 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.16 |
| HSL | 79.13º | 0.46% | 0.7% | - |
| HSV(B) | 79.13º | 0.32% | 0.84% | - |
| XYZ | 50.9 | 61.34 | 35.95 | - |
| YUV | 199.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 145 | 0.10 | 0 | 0.32 | 0.16 | 79.13 | 0.46 | 0.7 |
| Hex | C0 | D6 | 91 | A | 0 | 20 | 10 | 4F | 2E | 46 |
| Octal | 300 | 326 | 221 | 12 | 0 | 40 | 20 | 117 | 56 | 106 |
| Binary | 11000000 | 11010110 | 10010001 | 1010 | 0 | 100000 | 10000 | 1001111 | 101110 | 1000110 |
Color Harmonies of #C0D691
Complementary color
Monochromatic Colors of #C0D691
Black with #C0D691
Text Example
Text Example
White with #C0D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D691; }
p { color: rgb(192,214,145); }
H1.HeaderClassName
{
color: #C0D691;
}
.AnyTagClassName
{
color: #C0D691;
}
</style>
background-color css
<style>
a { background-color: #C0D691; }
a { background-color: rgb(192,214,145); }
div.DivClassName
{
background-color: #C0D691;
}
.BgClassName
{
background-color: #C0D691;
}
</style>
border-color css
<style>
span { border-color: #C0D691; }
span { border-color: rgb(192,214,145); }
td.TdClassName
{
border-color: #C0D691;
}
.TagClassName
{
border-color: #C0D691;
}
</style>