Shades of Sprout #C0D59B
Tints of Sprout #C0D59B
RGB
CMYK
RGB Variations
Color information
#C0D59B (or 0xC0D59B) is known color: Sprout. HEX triplet: C0, D5 and 9B. RGB value is (192,213,155). Sum of RGB (Red+Green+Blue) = 192+213+155=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D59B is #3F2A64. Grayscale: #C8C8C8. Windows color (decimal): -4139621 or 10212800. OLE color: 10212800.
HSL color Cylindrical-coordinate representation of color #C0D59B: hue angle of 81.72º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0D59B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 155 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.16 |
| HSL | 81.72º | 0.41% | 0.72% | - |
| HSV(B) | 81.72º | 0.27% | 0.84% | - |
| XYZ | 51.45 | 61.16 | 40.1 | - |
| YUV | 200.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 155 | 0.10 | 0 | 0.27 | 0.16 | 81.72 | 0.41 | 0.72 |
| Hex | C0 | D5 | 9B | A | 0 | 1B | 10 | 52 | 29 | 48 |
| Octal | 300 | 325 | 233 | 12 | 0 | 33 | 20 | 122 | 51 | 110 |
| Binary | 11000000 | 11010101 | 10011011 | 1010 | 0 | 11011 | 10000 | 1010010 | 101001 | 1001000 |
Color Harmonies of #C0D59B
Complementary color
Monochromatic Colors of #C0D59B
Black with #C0D59B
Text Example
Text Example
White with #C0D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D59B; }
p { color: rgb(192,213,155); }
H1.HeaderClassName
{
color: #C0D59B;
}
.AnyTagClassName
{
color: #C0D59B;
}
</style>
background-color css
<style>
a { background-color: #C0D59B; }
a { background-color: rgb(192,213,155); }
div.DivClassName
{
background-color: #C0D59B;
}
.BgClassName
{
background-color: #C0D59B;
}
</style>
border-color css
<style>
span { border-color: #C0D59B; }
span { border-color: rgb(192,213,155); }
td.TdClassName
{
border-color: #C0D59B;
}
.TagClassName
{
border-color: #C0D59B;
}
</style>