Shades of Sprout #C0D49D
Tints of Sprout #C0D49D
RGB
CMYK
RGB Variations
Color information
#C0D49D (or 0xC0D49D) is known color: Sprout. HEX triplet: C0, D4 and 9D. RGB value is (192,212,157). Sum of RGB (Red+Green+Blue) = 192+212+157=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D49D is #3F2B62. Grayscale: #C7C7C7. Windows color (decimal): -4139875 or 10343616. OLE color: 10343616.
HSL color Cylindrical-coordinate representation of color #C0D49D: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0D49D is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 157 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.17 |
| HSL | 81.82º | 0.39% | 0.72% | - |
| HSV(B) | 81.82º | 0.26% | 0.83% | - |
| XYZ | 51.37 | 60.73 | 40.91 | - |
| YUV | 199.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 157 | 0.09 | 0 | 0.26 | 0.17 | 81.82 | 0.39 | 0.72 |
| Hex | C0 | D4 | 9D | 9 | 0 | 1A | 11 | 52 | 27 | 48 |
| Octal | 300 | 324 | 235 | 11 | 0 | 32 | 21 | 122 | 47 | 110 |
| Binary | 11000000 | 11010100 | 10011101 | 1001 | 0 | 11010 | 10001 | 1010010 | 100111 | 1001000 |
Color Harmonies of #C0D49D
Complementary color
Monochromatic Colors of #C0D49D
Black with #C0D49D
Text Example
Text Example
White with #C0D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D49D; }
p { color: rgb(192,212,157); }
H1.HeaderClassName
{
color: #C0D49D;
}
.AnyTagClassName
{
color: #C0D49D;
}
</style>
background-color css
<style>
a { background-color: #C0D49D; }
a { background-color: rgb(192,212,157); }
div.DivClassName
{
background-color: #C0D49D;
}
.BgClassName
{
background-color: #C0D49D;
}
</style>
border-color css
<style>
span { border-color: #C0D49D; }
span { border-color: rgb(192,212,157); }
td.TdClassName
{
border-color: #C0D49D;
}
.TagClassName
{
border-color: #C0D49D;
}
</style>