Shades of Sprout #C2D595
Tints of Sprout #C2D595
RGB
CMYK
RGB Variations
Color information
#C2D595 (or 0xC2D595) is known color: Sprout. HEX triplet: C2, D5 and 95. RGB value is (194,213,149). Sum of RGB (Red+Green+Blue) = 194+213+149=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D595 is #3D2A6A. Grayscale: #C8C8C8. Windows color (decimal): -4008555 or 9819586. OLE color: 9819586.
HSL color Cylindrical-coordinate representation of color #C2D595: hue angle of 77.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2D595 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 149 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.16 |
| HSL | 77.81º | 0.43% | 0.71% | - |
| HSV(B) | 77.81º | 0.3% | 0.84% | - |
| XYZ | 51.47 | 61.23 | 37.54 | - |
| YUV | 200.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 149 | 0.09 | 0 | 0.30 | 0.16 | 77.81 | 0.43 | 0.71 |
| Hex | C2 | D5 | 95 | 9 | 0 | 1E | 10 | 4E | 2B | 47 |
| Octal | 302 | 325 | 225 | 11 | 0 | 36 | 20 | 116 | 53 | 107 |
| Binary | 11000010 | 11010101 | 10010101 | 1001 | 0 | 11110 | 10000 | 1001110 | 101011 | 1000111 |
Color Harmonies of #C2D595
Complementary color
Monochromatic Colors of #C2D595
Black with #C2D595
Text Example
Text Example
White with #C2D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D595; }
p { color: rgb(194,213,149); }
H1.HeaderClassName
{
color: #C2D595;
}
.AnyTagClassName
{
color: #C2D595;
}
</style>
background-color css
<style>
a { background-color: #C2D595; }
a { background-color: rgb(194,213,149); }
div.DivClassName
{
background-color: #C2D595;
}
.BgClassName
{
background-color: #C2D595;
}
</style>
border-color css
<style>
span { border-color: #C2D595; }
span { border-color: rgb(194,213,149); }
td.TdClassName
{
border-color: #C2D595;
}
.TagClassName
{
border-color: #C2D595;
}
</style>