Shades of Sprout #C2D095
Tints of Sprout #C2D095
RGB
CMYK
RGB Variations
Color information
#C2D095 (or 0xC2D095) is known color: Sprout. HEX triplet: C2, D0 and 95. RGB value is (194,208,149). Sum of RGB (Red+Green+Blue) = 194+208+149=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D095 is #3D2F6A. Grayscale: #C5C5C5. Windows color (decimal): -4009835 or 9818306. OLE color: 9818306.
HSL color Cylindrical-coordinate representation of color #C2D095: hue angle of 74.24º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2D095 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 149 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.18 |
| HSL | 74.24º | 0.39% | 0.7% | - |
| HSV(B) | 74.24º | 0.28% | 0.82% | - |
| XYZ | 50.23 | 58.75 | 37.13 | - |
| YUV | 197.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 149 | 0.07 | 0 | 0.28 | 0.18 | 74.24 | 0.39 | 0.7 |
| Hex | C2 | D0 | 95 | 7 | 0 | 1C | 12 | 4A | 27 | 46 |
| Octal | 302 | 320 | 225 | 7 | 0 | 34 | 22 | 112 | 47 | 106 |
| Binary | 11000010 | 11010000 | 10010101 | 111 | 0 | 11100 | 10010 | 1001010 | 100111 | 1000110 |
Color Harmonies of #C2D095
Complementary color
Monochromatic Colors of #C2D095
Black with #C2D095
Text Example
Text Example
White with #C2D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D095; }
p { color: rgb(194,208,149); }
H1.HeaderClassName
{
color: #C2D095;
}
.AnyTagClassName
{
color: #C2D095;
}
</style>
background-color css
<style>
a { background-color: #C2D095; }
a { background-color: rgb(194,208,149); }
div.DivClassName
{
background-color: #C2D095;
}
.BgClassName
{
background-color: #C2D095;
}
</style>
border-color css
<style>
span { border-color: #C2D095; }
span { border-color: rgb(194,208,149); }
td.TdClassName
{
border-color: #C2D095;
}
.TagClassName
{
border-color: #C2D095;
}
</style>