Shades of Sprout #C0DB97
Tints of Sprout #C0DB97
RGB
CMYK
RGB Variations
Color information
#C0DB97 (or 0xC0DB97) is known color: Sprout. HEX triplet: C0, DB and 97. RGB value is (192,219,151). Sum of RGB (Red+Green+Blue) = 192+219+151=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB97 is #3F2468. Grayscale: #CBCBCB. Windows color (decimal): -4138089 or 9952192. OLE color: 9952192.
HSL color Cylindrical-coordinate representation of color #C0DB97: hue angle of 83.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0DB97 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 151 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.14 |
| HSL | 83.82º | 0.49% | 0.73% | - |
| HSV(B) | 83.82º | 0.31% | 0.86% | - |
| XYZ | 52.66 | 64.1 | 38.88 | - |
| YUV | 203.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 151 | 0.12 | 0 | 0.31 | 0.14 | 83.82 | 0.49 | 0.73 |
| Hex | C0 | DB | 97 | C | 0 | 1F | E | 54 | 31 | 49 |
| Octal | 300 | 333 | 227 | 14 | 0 | 37 | 16 | 124 | 61 | 111 |
| Binary | 11000000 | 11011011 | 10010111 | 1100 | 0 | 11111 | 1110 | 1010100 | 110001 | 1001001 |
Color Harmonies of #C0DB97
Complementary color
Monochromatic Colors of #C0DB97
Black with #C0DB97
Text Example
Text Example
White with #C0DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB97; }
p { color: rgb(192,219,151); }
H1.HeaderClassName
{
color: #C0DB97;
}
.AnyTagClassName
{
color: #C0DB97;
}
</style>
background-color css
<style>
a { background-color: #C0DB97; }
a { background-color: rgb(192,219,151); }
div.DivClassName
{
background-color: #C0DB97;
}
.BgClassName
{
background-color: #C0DB97;
}
</style>
border-color css
<style>
span { border-color: #C0DB97; }
span { border-color: rgb(192,219,151); }
td.TdClassName
{
border-color: #C0DB97;
}
.TagClassName
{
border-color: #C0DB97;
}
</style>