Shades of Sprout #C2DB98
Tints of Sprout #C2DB98
RGB
CMYK
RGB Variations
Color information
#C2DB98 (or 0xC2DB98) is known color: Sprout. HEX triplet: C2, DB and 98. RGB value is (194,219,152). Sum of RGB (Red+Green+Blue) = 194+219+152=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB98 is #3D2467. Grayscale: #CCCCCC. Windows color (decimal): -4007016 or 10017730. OLE color: 10017730.
HSL color Cylindrical-coordinate representation of color #C2DB98: hue angle of 82.39º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2DB98 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 152 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.14 |
| HSL | 82.39º | 0.48% | 0.73% | - |
| HSV(B) | 82.39º | 0.31% | 0.86% | - |
| XYZ | 53.25 | 64.4 | 39.33 | - |
| YUV | 203.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 152 | 0.11 | 0 | 0.31 | 0.14 | 82.39 | 0.48 | 0.73 |
| Hex | C2 | DB | 98 | B | 0 | 1F | E | 52 | 30 | 49 |
| Octal | 302 | 333 | 230 | 13 | 0 | 37 | 16 | 122 | 60 | 111 |
| Binary | 11000010 | 11011011 | 10011000 | 1011 | 0 | 11111 | 1110 | 1010010 | 110000 | 1001001 |
Color Harmonies of #C2DB98
Complementary color
Monochromatic Colors of #C2DB98
Black with #C2DB98
Text Example
Text Example
White with #C2DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB98; }
p { color: rgb(194,219,152); }
H1.HeaderClassName
{
color: #C2DB98;
}
.AnyTagClassName
{
color: #C2DB98;
}
</style>
background-color css
<style>
a { background-color: #C2DB98; }
a { background-color: rgb(194,219,152); }
div.DivClassName
{
background-color: #C2DB98;
}
.BgClassName
{
background-color: #C2DB98;
}
</style>
border-color css
<style>
span { border-color: #C2DB98; }
span { border-color: rgb(194,219,152); }
td.TdClassName
{
border-color: #C2DB98;
}
.TagClassName
{
border-color: #C2DB98;
}
</style>