Shades of Sprout #BCD393
Tints of Sprout #BCD393
RGB
CMYK
RGB Variations
Color information
#BCD393 (or 0xBCD393) is known color: Sprout. HEX triplet: BC, D3 and 93. RGB value is (188,211,147). Sum of RGB (Red+Green+Blue) = 188+211+147=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD393 is #432C6C. Grayscale: #C5C5C5. Windows color (decimal): -4402285 or 9687996. OLE color: 9687996.
HSL color Cylindrical-coordinate representation of color #BCD393: hue angle of 81.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD393 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 147 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.17 |
| HSL | 81.56º | 0.42% | 0.7% | - |
| HSV(B) | 81.56º | 0.3% | 0.83% | - |
| XYZ | 49.3 | 59.39 | 36.47 | - |
| YUV | 196.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 147 | 0.11 | 0 | 0.30 | 0.17 | 81.56 | 0.42 | 0.7 |
| Hex | BC | D3 | 93 | B | 0 | 1E | 11 | 52 | 2A | 46 |
| Octal | 274 | 323 | 223 | 13 | 0 | 36 | 21 | 122 | 52 | 106 |
| Binary | 10111100 | 11010011 | 10010011 | 1011 | 0 | 11110 | 10001 | 1010010 | 101010 | 1000110 |
Color Harmonies of #BCD393
Complementary color
Monochromatic Colors of #BCD393
Black with #BCD393
Text Example
Text Example
White with #BCD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD393; }
p { color: rgb(188,211,147); }
H1.HeaderClassName
{
color: #BCD393;
}
.AnyTagClassName
{
color: #BCD393;
}
</style>
background-color css
<style>
a { background-color: #BCD393; }
a { background-color: rgb(188,211,147); }
div.DivClassName
{
background-color: #BCD393;
}
.BgClassName
{
background-color: #BCD393;
}
</style>
border-color css
<style>
span { border-color: #BCD393; }
span { border-color: rgb(188,211,147); }
td.TdClassName
{
border-color: #BCD393;
}
.TagClassName
{
border-color: #BCD393;
}
</style>