Shades of Sprout #C2D798
Tints of Sprout #C2D798
RGB
CMYK
RGB Variations
Color information
#C2D798 (or 0xC2D798) is known color: Sprout. HEX triplet: C2, D7 and 98. RGB value is (194,215,152). Sum of RGB (Red+Green+Blue) = 194+215+152=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D798 is #3D2867. Grayscale: #C9C9C9. Windows color (decimal): -4008040 or 10016706. OLE color: 10016706.
HSL color Cylindrical-coordinate representation of color #C2D798: hue angle of 80º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2D798 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 152 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.16 |
| HSL | 80º | 0.44% | 0.72% | - |
| HSV(B) | 80º | 0.29% | 0.84% | - |
| XYZ | 52.22 | 62.34 | 38.99 | - |
| YUV | 201.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 152 | 0.10 | 0 | 0.29 | 0.16 | 80 | 0.44 | 0.72 |
| Hex | C2 | D7 | 98 | A | 0 | 1D | 10 | 50 | 2C | 48 |
| Octal | 302 | 327 | 230 | 12 | 0 | 35 | 20 | 120 | 54 | 110 |
| Binary | 11000010 | 11010111 | 10011000 | 1010 | 0 | 11101 | 10000 | 1010000 | 101100 | 1001000 |
Color Harmonies of #C2D798
Complementary color
Monochromatic Colors of #C2D798
Black with #C2D798
Text Example
Text Example
White with #C2D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D798; }
p { color: rgb(194,215,152); }
H1.HeaderClassName
{
color: #C2D798;
}
.AnyTagClassName
{
color: #C2D798;
}
</style>
background-color css
<style>
a { background-color: #C2D798; }
a { background-color: rgb(194,215,152); }
div.DivClassName
{
background-color: #C2D798;
}
.BgClassName
{
background-color: #C2D798;
}
</style>
border-color css
<style>
span { border-color: #C2D798; }
span { border-color: rgb(194,215,152); }
td.TdClassName
{
border-color: #C2D798;
}
.TagClassName
{
border-color: #C2D798;
}
</style>