Shades of Sprout #C0D191
Tints of Sprout #C0D191
RGB
CMYK
RGB Variations
Color information
#C0D191 (or 0xC0D191) is known color: Sprout. HEX triplet: C0, D1 and 91. RGB value is (192,209,145). Sum of RGB (Red+Green+Blue) = 192+209+145=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D191 is #3F2E6E. Grayscale: #C4C4C4. Windows color (decimal): -4140655 or 9556416. OLE color: 9556416.
HSL color Cylindrical-coordinate representation of color #C0D191: hue angle of 75.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0D191 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 145 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.18 |
| HSL | 75.94º | 0.41% | 0.69% | - |
| HSV(B) | 75.94º | 0.31% | 0.82% | - |
| XYZ | 49.65 | 58.85 | 35.53 | - |
| YUV | 196.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 145 | 0.08 | 0 | 0.31 | 0.18 | 75.94 | 0.41 | 0.69 |
| Hex | C0 | D1 | 91 | 8 | 0 | 1F | 12 | 4C | 29 | 45 |
| Octal | 300 | 321 | 221 | 10 | 0 | 37 | 22 | 114 | 51 | 105 |
| Binary | 11000000 | 11010001 | 10010001 | 1000 | 0 | 11111 | 10010 | 1001100 | 101001 | 1000101 |
Color Harmonies of #C0D191
Complementary color
Monochromatic Colors of #C0D191
Black with #C0D191
Text Example
Text Example
White with #C0D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D191; }
p { color: rgb(192,209,145); }
H1.HeaderClassName
{
color: #C0D191;
}
.AnyTagClassName
{
color: #C0D191;
}
</style>
background-color css
<style>
a { background-color: #C0D191; }
a { background-color: rgb(192,209,145); }
div.DivClassName
{
background-color: #C0D191;
}
.BgClassName
{
background-color: #C0D191;
}
</style>
border-color css
<style>
span { border-color: #C0D191; }
span { border-color: rgb(192,209,145); }
td.TdClassName
{
border-color: #C0D191;
}
.TagClassName
{
border-color: #C0D191;
}
</style>