Shades of Sprout #C0D39C
Tints of Sprout #C0D39C
RGB
CMYK
RGB Variations
Color information
#C0D39C (or 0xC0D39C) is known color: Sprout. HEX triplet: C0, D3 and 9C. RGB value is (192,211,156). Sum of RGB (Red+Green+Blue) = 192+211+156=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D39C is #3F2C63. Grayscale: #C7C7C7. Windows color (decimal): -4140132 or 10277824. OLE color: 10277824.
HSL color Cylindrical-coordinate representation of color #C0D39C: hue angle of 80.73º degrees, saturation: 0.38, 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 #C0D39C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 156 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.17 |
| HSL | 80.73º | 0.38% | 0.72% | - |
| HSV(B) | 80.73º | 0.26% | 0.83% | - |
| XYZ | 51.03 | 60.2 | 40.38 | - |
| YUV | 199.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 156 | 0.09 | 0 | 0.26 | 0.17 | 80.73 | 0.38 | 0.72 |
| Hex | C0 | D3 | 9C | 9 | 0 | 1A | 11 | 51 | 26 | 48 |
| Octal | 300 | 323 | 234 | 11 | 0 | 32 | 21 | 121 | 46 | 110 |
| Binary | 11000000 | 11010011 | 10011100 | 1001 | 0 | 11010 | 10001 | 1010001 | 100110 | 1001000 |
Color Harmonies of #C0D39C
Complementary color
Monochromatic Colors of #C0D39C
Black with #C0D39C
Text Example
Text Example
White with #C0D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D39C; }
p { color: rgb(192,211,156); }
H1.HeaderClassName
{
color: #C0D39C;
}
.AnyTagClassName
{
color: #C0D39C;
}
</style>
background-color css
<style>
a { background-color: #C0D39C; }
a { background-color: rgb(192,211,156); }
div.DivClassName
{
background-color: #C0D39C;
}
.BgClassName
{
background-color: #C0D39C;
}
</style>
border-color css
<style>
span { border-color: #C0D39C; }
span { border-color: rgb(192,211,156); }
td.TdClassName
{
border-color: #C0D39C;
}
.TagClassName
{
border-color: #C0D39C;
}
</style>