Shades of Sprout #BCD396
Tints of Sprout #BCD396
RGB
CMYK
RGB Variations
Color information
#BCD396 (or 0xBCD396) is known color: Sprout. HEX triplet: BC, D3 and 96. RGB value is (188,211,150). Sum of RGB (Red+Green+Blue) = 188+211+150=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD396 is #432C69. Grayscale: #C5C5C5. Windows color (decimal): -4402282 or 9884604. OLE color: 9884604.
HSL color Cylindrical-coordinate representation of color #BCD396: hue angle of 82.62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD396 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 150 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.17 |
| HSL | 82.62º | 0.41% | 0.71% | - |
| HSV(B) | 82.62º | 0.29% | 0.83% | - |
| XYZ | 49.54 | 59.48 | 37.72 | - |
| YUV | 197.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 150 | 0.11 | 0 | 0.29 | 0.17 | 82.62 | 0.41 | 0.71 |
| Hex | BC | D3 | 96 | B | 0 | 1D | 11 | 53 | 29 | 47 |
| Octal | 274 | 323 | 226 | 13 | 0 | 35 | 21 | 123 | 51 | 107 |
| Binary | 10111100 | 11010011 | 10010110 | 1011 | 0 | 11101 | 10001 | 1010011 | 101001 | 1000111 |
Color Harmonies of #BCD396
Complementary color
Monochromatic Colors of #BCD396
Black with #BCD396
Text Example
Text Example
White with #BCD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD396; }
p { color: rgb(188,211,150); }
H1.HeaderClassName
{
color: #BCD396;
}
.AnyTagClassName
{
color: #BCD396;
}
</style>
background-color css
<style>
a { background-color: #BCD396; }
a { background-color: rgb(188,211,150); }
div.DivClassName
{
background-color: #BCD396;
}
.BgClassName
{
background-color: #BCD396;
}
</style>
border-color css
<style>
span { border-color: #BCD396; }
span { border-color: rgb(188,211,150); }
td.TdClassName
{
border-color: #BCD396;
}
.TagClassName
{
border-color: #BCD396;
}
</style>