Shades of Sprout #C3DB93
Tints of Sprout #C3DB93
RGB
CMYK
RGB Variations
Color information
#C3DB93 (or 0xC3DB93) is known color: Sprout. HEX triplet: C3, DB and 93. RGB value is (195,219,147). Sum of RGB (Red+Green+Blue) = 195+219+147=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB93 is #3C246C. Grayscale: #CBCBCB. Windows color (decimal): -3941485 or 9690051. OLE color: 9690051.
HSL color Cylindrical-coordinate representation of color #C3DB93: hue angle of 80º 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 #C3DB93 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 147 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.14 |
| HSL | 80º | 0.5% | 0.72% | - |
| HSV(B) | 80º | 0.33% | 0.86% | - |
| XYZ | 53.1 | 64.37 | 37.23 | - |
| YUV | 203.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 147 | 0.11 | 0 | 0.33 | 0.14 | 80 | 0.5 | 0.72 |
| Hex | C3 | DB | 93 | B | 0 | 21 | E | 50 | 32 | 48 |
| Octal | 303 | 333 | 223 | 13 | 0 | 41 | 16 | 120 | 62 | 110 |
| Binary | 11000011 | 11011011 | 10010011 | 1011 | 0 | 100001 | 1110 | 1010000 | 110010 | 1001000 |
Color Harmonies of #C3DB93
Complementary color
Monochromatic Colors of #C3DB93
Black with #C3DB93
Text Example
Text Example
White with #C3DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DB93; }
p { color: rgb(195,219,147); }
H1.HeaderClassName
{
color: #C3DB93;
}
.AnyTagClassName
{
color: #C3DB93;
}
</style>
background-color css
<style>
a { background-color: #C3DB93; }
a { background-color: rgb(195,219,147); }
div.DivClassName
{
background-color: #C3DB93;
}
.BgClassName
{
background-color: #C3DB93;
}
</style>
border-color css
<style>
span { border-color: #C3DB93; }
span { border-color: rgb(195,219,147); }
td.TdClassName
{
border-color: #C3DB93;
}
.TagClassName
{
border-color: #C3DB93;
}
</style>