Shades of Sprout #C0CE94
Tints of Sprout #C0CE94
RGB
CMYK
RGB Variations
Color information
#C0CE94 (or 0xC0CE94) is known color: Sprout. HEX triplet: C0, CE and 94. RGB value is (192,206,148). Sum of RGB (Red+Green+Blue) = 192+206+148=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CE94 is #3F316B. Grayscale: #C3C3C3. Windows color (decimal): -4141420 or 9752256. OLE color: 9752256.
HSL color Cylindrical-coordinate representation of color #C0CE94: hue angle of 74.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0CE94 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 148 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.19 |
| HSL | 74.48º | 0.37% | 0.69% | - |
| HSV(B) | 74.48º | 0.28% | 0.81% | - |
| XYZ | 49.15 | 57.49 | 36.52 | - |
| YUV | 195.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 148 | 0.07 | 0 | 0.28 | 0.19 | 74.48 | 0.37 | 0.69 |
| Hex | C0 | CE | 94 | 7 | 0 | 1C | 13 | 4A | 25 | 45 |
| Octal | 300 | 316 | 224 | 7 | 0 | 34 | 23 | 112 | 45 | 105 |
| Binary | 11000000 | 11001110 | 10010100 | 111 | 0 | 11100 | 10011 | 1001010 | 100101 | 1000101 |
Color Harmonies of #C0CE94
Complementary color
Monochromatic Colors of #C0CE94
Black with #C0CE94
Text Example
Text Example
White with #C0CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE94; }
p { color: rgb(192,206,148); }
H1.HeaderClassName
{
color: #C0CE94;
}
.AnyTagClassName
{
color: #C0CE94;
}
</style>
background-color css
<style>
a { background-color: #C0CE94; }
a { background-color: rgb(192,206,148); }
div.DivClassName
{
background-color: #C0CE94;
}
.BgClassName
{
background-color: #C0CE94;
}
</style>
border-color css
<style>
span { border-color: #C0CE94; }
span { border-color: rgb(192,206,148); }
td.TdClassName
{
border-color: #C0CE94;
}
.TagClassName
{
border-color: #C0CE94;
}
</style>