Shades of Sprout #C0CE99
Tints of Sprout #C0CE99
RGB
CMYK
RGB Variations
Color information
#C0CE99 (or 0xC0CE99) is known color: Sprout. HEX triplet: C0, CE and 99. RGB value is (192,206,153). Sum of RGB (Red+Green+Blue) = 192+206+153=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CE99 is #3F3166. Grayscale: #C3C3C3. Windows color (decimal): -4141415 or 10079936. OLE color: 10079936.
HSL color Cylindrical-coordinate representation of color #C0CE99: hue angle of 75.85º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0CE99 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 153 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.19 |
| HSL | 75.85º | 0.35% | 0.7% | - |
| HSV(B) | 75.85º | 0.26% | 0.81% | - |
| XYZ | 49.56 | 57.65 | 38.65 | - |
| YUV | 195.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 153 | 0.07 | 0 | 0.26 | 0.19 | 75.85 | 0.35 | 0.7 |
| Hex | C0 | CE | 99 | 7 | 0 | 1A | 13 | 4C | 23 | 46 |
| Octal | 300 | 316 | 231 | 7 | 0 | 32 | 23 | 114 | 43 | 106 |
| Binary | 11000000 | 11001110 | 10011001 | 111 | 0 | 11010 | 10011 | 1001100 | 100011 | 1000110 |
Color Harmonies of #C0CE99
Complementary color
Monochromatic Colors of #C0CE99
Black with #C0CE99
Text Example
Text Example
White with #C0CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE99; }
p { color: rgb(192,206,153); }
H1.HeaderClassName
{
color: #C0CE99;
}
.AnyTagClassName
{
color: #C0CE99;
}
</style>
background-color css
<style>
a { background-color: #C0CE99; }
a { background-color: rgb(192,206,153); }
div.DivClassName
{
background-color: #C0CE99;
}
.BgClassName
{
background-color: #C0CE99;
}
</style>
border-color css
<style>
span { border-color: #C0CE99; }
span { border-color: rgb(192,206,153); }
td.TdClassName
{
border-color: #C0CE99;
}
.TagClassName
{
border-color: #C0CE99;
}
</style>