Shades of Sprout #C0D79A
Tints of Sprout #C0D79A
RGB
CMYK
RGB Variations
Color information
#C0D79A (or 0xC0D79A) is known color: Sprout. HEX triplet: C0, D7 and 9A. RGB value is (192,215,154). Sum of RGB (Red+Green+Blue) = 192+215+154=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D79A is #3F2865. Grayscale: #C9C9C9. Windows color (decimal): -4139110 or 10147776. OLE color: 10147776.
HSL color Cylindrical-coordinate representation of color #C0D79A: hue angle of 82.62º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0D79A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 154 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.16 |
| HSL | 82.62º | 0.43% | 0.72% | - |
| HSV(B) | 82.62º | 0.28% | 0.84% | - |
| XYZ | 51.87 | 62.14 | 39.83 | - |
| YUV | 201.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 154 | 0.11 | 0 | 0.28 | 0.16 | 82.62 | 0.43 | 0.72 |
| Hex | C0 | D7 | 9A | B | 0 | 1C | 10 | 53 | 2B | 48 |
| Octal | 300 | 327 | 232 | 13 | 0 | 34 | 20 | 123 | 53 | 110 |
| Binary | 11000000 | 11010111 | 10011010 | 1011 | 0 | 11100 | 10000 | 1010011 | 101011 | 1001000 |
Color Harmonies of #C0D79A
Complementary color
Monochromatic Colors of #C0D79A
Black with #C0D79A
Text Example
Text Example
White with #C0D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D79A; }
p { color: rgb(192,215,154); }
H1.HeaderClassName
{
color: #C0D79A;
}
.AnyTagClassName
{
color: #C0D79A;
}
</style>
background-color css
<style>
a { background-color: #C0D79A; }
a { background-color: rgb(192,215,154); }
div.DivClassName
{
background-color: #C0D79A;
}
.BgClassName
{
background-color: #C0D79A;
}
</style>
border-color css
<style>
span { border-color: #C0D79A; }
span { border-color: rgb(192,215,154); }
td.TdClassName
{
border-color: #C0D79A;
}
.TagClassName
{
border-color: #C0D79A;
}
</style>