Shades of Sprout #C2D198
Tints of Sprout #C2D198
RGB
CMYK
RGB Variations
Color information
#C2D198 (or 0xC2D198) is known color: Sprout. HEX triplet: C2, D1 and 98. RGB value is (194,209,152). Sum of RGB (Red+Green+Blue) = 194+209+152=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D198 is #3D2E67. Grayscale: #C6C6C6. Windows color (decimal): -4009576 or 10015170. OLE color: 10015170.
HSL color Cylindrical-coordinate representation of color #C2D198: hue angle of 75.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2D198 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 152 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.18 |
| HSL | 75.79º | 0.38% | 0.71% | - |
| HSV(B) | 75.79º | 0.27% | 0.82% | - |
| XYZ | 50.72 | 59.34 | 38.49 | - |
| YUV | 198.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 152 | 0.07 | 0 | 0.27 | 0.18 | 75.79 | 0.38 | 0.71 |
| Hex | C2 | D1 | 98 | 7 | 0 | 1B | 12 | 4C | 26 | 47 |
| Octal | 302 | 321 | 230 | 7 | 0 | 33 | 22 | 114 | 46 | 107 |
| Binary | 11000010 | 11010001 | 10011000 | 111 | 0 | 11011 | 10010 | 1001100 | 100110 | 1000111 |
Color Harmonies of #C2D198
Complementary color
Monochromatic Colors of #C2D198
Black with #C2D198
Text Example
Text Example
White with #C2D198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D198; }
p { color: rgb(194,209,152); }
H1.HeaderClassName
{
color: #C2D198;
}
.AnyTagClassName
{
color: #C2D198;
}
</style>
background-color css
<style>
a { background-color: #C2D198; }
a { background-color: rgb(194,209,152); }
div.DivClassName
{
background-color: #C2D198;
}
.BgClassName
{
background-color: #C2D198;
}
</style>
border-color css
<style>
span { border-color: #C2D198; }
span { border-color: rgb(194,209,152); }
td.TdClassName
{
border-color: #C2D198;
}
.TagClassName
{
border-color: #C2D198;
}
</style>