Shades of Sprout #C2DB93
Tints of Sprout #C2DB93
RGB
CMYK
RGB Variations
Color information
#C2DB93 (or 0xC2DB93) is known color: Sprout. HEX triplet: C2, DB and 93. RGB value is (194,219,147). Sum of RGB (Red+Green+Blue) = 194+219+147=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB93 is #3D246C. Grayscale: #CBCBCB. Windows color (decimal): -4007021 or 9690050. OLE color: 9690050.
HSL color Cylindrical-coordinate representation of color #C2DB93: hue angle of 80.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2DB93 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 147 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.14 |
| HSL | 80.83º | 0.5% | 0.72% | - |
| HSV(B) | 80.83º | 0.33% | 0.86% | - |
| XYZ | 52.85 | 64.24 | 37.22 | - |
| YUV | 203.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 147 | 0.11 | 0 | 0.33 | 0.14 | 80.83 | 0.5 | 0.72 |
| Hex | C2 | DB | 93 | B | 0 | 21 | E | 51 | 32 | 48 |
| Octal | 302 | 333 | 223 | 13 | 0 | 41 | 16 | 121 | 62 | 110 |
| Binary | 11000010 | 11011011 | 10010011 | 1011 | 0 | 100001 | 1110 | 1010001 | 110010 | 1001000 |
Color Harmonies of #C2DB93
Complementary color
Monochromatic Colors of #C2DB93
Black with #C2DB93
Text Example
Text Example
White with #C2DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB93; }
p { color: rgb(194,219,147); }
H1.HeaderClassName
{
color: #C2DB93;
}
.AnyTagClassName
{
color: #C2DB93;
}
</style>
background-color css
<style>
a { background-color: #C2DB93; }
a { background-color: rgb(194,219,147); }
div.DivClassName
{
background-color: #C2DB93;
}
.BgClassName
{
background-color: #C2DB93;
}
</style>
border-color css
<style>
span { border-color: #C2DB93; }
span { border-color: rgb(194,219,147); }
td.TdClassName
{
border-color: #C2DB93;
}
.TagClassName
{
border-color: #C2DB93;
}
</style>