Shades of Sprout #C0D792
Tints of Sprout #C0D792
RGB
CMYK
RGB Variations
Color information
#C0D792 (or 0xC0D792) is known color: Sprout. HEX triplet: C0, D7 and 92. RGB value is (192,215,146). Sum of RGB (Red+Green+Blue) = 192+215+146=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D792 is #3F286D. Grayscale: #C8C8C8. Windows color (decimal): -4139118 or 9623488. OLE color: 9623488.
HSL color Cylindrical-coordinate representation of color #C0D792: hue angle of 80º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0D792 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 146 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.16 |
| HSL | 80º | 0.46% | 0.71% | - |
| HSV(B) | 80º | 0.32% | 0.84% | - |
| XYZ | 51.23 | 61.88 | 36.44 | - |
| YUV | 200.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 146 | 0.11 | 0 | 0.32 | 0.16 | 80 | 0.46 | 0.71 |
| Hex | C0 | D7 | 92 | B | 0 | 20 | 10 | 50 | 2E | 47 |
| Octal | 300 | 327 | 222 | 13 | 0 | 40 | 20 | 120 | 56 | 107 |
| Binary | 11000000 | 11010111 | 10010010 | 1011 | 0 | 100000 | 10000 | 1010000 | 101110 | 1000111 |
Color Harmonies of #C0D792
Complementary color
Monochromatic Colors of #C0D792
Black with #C0D792
Text Example
Text Example
White with #C0D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D792; }
p { color: rgb(192,215,146); }
H1.HeaderClassName
{
color: #C0D792;
}
.AnyTagClassName
{
color: #C0D792;
}
</style>
background-color css
<style>
a { background-color: #C0D792; }
a { background-color: rgb(192,215,146); }
div.DivClassName
{
background-color: #C0D792;
}
.BgClassName
{
background-color: #C0D792;
}
</style>
border-color css
<style>
span { border-color: #C0D792; }
span { border-color: rgb(192,215,146); }
td.TdClassName
{
border-color: #C0D792;
}
.TagClassName
{
border-color: #C0D792;
}
</style>