Shades of Sprout #C2D194
Tints of Sprout #C2D194
RGB
CMYK
RGB Variations
Color information
#C2D194 (or 0xC2D194) is known color: Sprout. HEX triplet: C2, D1 and 94. RGB value is (194,209,148). Sum of RGB (Red+Green+Blue) = 194+209+148=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D194 is #3D2E6B. Grayscale: #C5C5C5. Windows color (decimal): -4009580 or 9753026. OLE color: 9753026.
HSL color Cylindrical-coordinate representation of color #C2D194: hue angle of 74.75º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2D194 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 148 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.18 |
| HSL | 74.75º | 0.4% | 0.7% | - |
| HSV(B) | 74.75º | 0.29% | 0.82% | - |
| XYZ | 50.39 | 59.21 | 36.79 | - |
| YUV | 197.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 148 | 0.07 | 0 | 0.29 | 0.18 | 74.75 | 0.4 | 0.7 |
| Hex | C2 | D1 | 94 | 7 | 0 | 1D | 12 | 4B | 28 | 46 |
| Octal | 302 | 321 | 224 | 7 | 0 | 35 | 22 | 113 | 50 | 106 |
| Binary | 11000010 | 11010001 | 10010100 | 111 | 0 | 11101 | 10010 | 1001011 | 101000 | 1000110 |
Color Harmonies of #C2D194
Complementary color
Monochromatic Colors of #C2D194
Black with #C2D194
Text Example
Text Example
White with #C2D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D194; }
p { color: rgb(194,209,148); }
H1.HeaderClassName
{
color: #C2D194;
}
.AnyTagClassName
{
color: #C2D194;
}
</style>
background-color css
<style>
a { background-color: #C2D194; }
a { background-color: rgb(194,209,148); }
div.DivClassName
{
background-color: #C2D194;
}
.BgClassName
{
background-color: #C2D194;
}
</style>
border-color css
<style>
span { border-color: #C2D194; }
span { border-color: rgb(194,209,148); }
td.TdClassName
{
border-color: #C2D194;
}
.TagClassName
{
border-color: #C2D194;
}
</style>