Shades of Sprout #BCD39B
Tints of Sprout #BCD39B
RGB
CMYK
RGB Variations
Color information
#BCD39B (or 0xBCD39B) is known color: Sprout. HEX triplet: BC, D3 and 9B. RGB value is (188,211,155). Sum of RGB (Red+Green+Blue) = 188+211+155=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD39B is #432C64. Grayscale: #C5C5C5. Windows color (decimal): -4402277 or 10212284. OLE color: 10212284.
HSL color Cylindrical-coordinate representation of color #BCD39B: hue angle of 84.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD39B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 155 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.17 |
| HSL | 84.64º | 0.39% | 0.72% | - |
| HSV(B) | 84.64º | 0.27% | 0.83% | - |
| XYZ | 49.95 | 59.65 | 39.89 | - |
| YUV | 197.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 155 | 0.11 | 0 | 0.27 | 0.17 | 84.64 | 0.39 | 0.72 |
| Hex | BC | D3 | 9B | B | 0 | 1B | 11 | 55 | 27 | 48 |
| Octal | 274 | 323 | 233 | 13 | 0 | 33 | 21 | 125 | 47 | 110 |
| Binary | 10111100 | 11010011 | 10011011 | 1011 | 0 | 11011 | 10001 | 1010101 | 100111 | 1001000 |
Color Harmonies of #BCD39B
Complementary color
Monochromatic Colors of #BCD39B
Black with #BCD39B
Text Example
Text Example
White with #BCD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD39B; }
p { color: rgb(188,211,155); }
H1.HeaderClassName
{
color: #BCD39B;
}
.AnyTagClassName
{
color: #BCD39B;
}
</style>
background-color css
<style>
a { background-color: #BCD39B; }
a { background-color: rgb(188,211,155); }
div.DivClassName
{
background-color: #BCD39B;
}
.BgClassName
{
background-color: #BCD39B;
}
</style>
border-color css
<style>
span { border-color: #BCD39B; }
span { border-color: rgb(188,211,155); }
td.TdClassName
{
border-color: #BCD39B;
}
.TagClassName
{
border-color: #BCD39B;
}
</style>