Shades of Sprout #C0D392
Tints of Sprout #C0D392
RGB
CMYK
RGB Variations
Color information
#C0D392 (or 0xC0D392) is known color: Sprout. HEX triplet: C0, D3 and 92. RGB value is (192,211,146). Sum of RGB (Red+Green+Blue) = 192+211+146=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D392 is #3F2C6D. Grayscale: #C6C6C6. Windows color (decimal): -4140142 or 9622464. OLE color: 9622464.
HSL color Cylindrical-coordinate representation of color #C0D392: hue angle of 77.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0D392 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 146 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.17 |
| HSL | 77.54º | 0.42% | 0.7% | - |
| HSV(B) | 77.54º | 0.31% | 0.83% | - |
| XYZ | 50.22 | 59.87 | 36.1 | - |
| YUV | 197.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 146 | 0.09 | 0 | 0.31 | 0.17 | 77.54 | 0.42 | 0.7 |
| Hex | C0 | D3 | 92 | 9 | 0 | 1F | 11 | 4E | 2A | 46 |
| Octal | 300 | 323 | 222 | 11 | 0 | 37 | 21 | 116 | 52 | 106 |
| Binary | 11000000 | 11010011 | 10010010 | 1001 | 0 | 11111 | 10001 | 1001110 | 101010 | 1000110 |
Color Harmonies of #C0D392
Complementary color
Monochromatic Colors of #C0D392
Black with #C0D392
Text Example
Text Example
White with #C0D392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D392; }
p { color: rgb(192,211,146); }
H1.HeaderClassName
{
color: #C0D392;
}
.AnyTagClassName
{
color: #C0D392;
}
</style>
background-color css
<style>
a { background-color: #C0D392; }
a { background-color: rgb(192,211,146); }
div.DivClassName
{
background-color: #C0D392;
}
.BgClassName
{
background-color: #C0D392;
}
</style>
border-color css
<style>
span { border-color: #C0D392; }
span { border-color: rgb(192,211,146); }
td.TdClassName
{
border-color: #C0D392;
}
.TagClassName
{
border-color: #C0D392;
}
</style>