Shades of Sprout #BCCD96
Tints of Sprout #BCCD96
RGB
CMYK
RGB Variations
Color information
#BCCD96 (or 0xBCCD96) is known color: Sprout. HEX triplet: BC, CD and 96. RGB value is (188,205,150). Sum of RGB (Red+Green+Blue) = 188+205+150=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD96 is #433269. Grayscale: #C1C1C1. Windows color (decimal): -4403818 or 9883068. OLE color: 9883068.
HSL color Cylindrical-coordinate representation of color #BCCD96: hue angle of 78.55º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCCD96 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 150 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.20 |
| HSL | 78.55º | 0.35% | 0.7% | - |
| HSV(B) | 78.55º | 0.27% | 0.8% | - |
| XYZ | 48.08 | 56.56 | 37.24 | - |
| YUV | 193.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 150 | 0.08 | 0 | 0.27 | 0.20 | 78.55 | 0.35 | 0.7 |
| Hex | BC | CD | 96 | 8 | 0 | 1B | 14 | 4F | 23 | 46 |
| Octal | 274 | 315 | 226 | 10 | 0 | 33 | 24 | 117 | 43 | 106 |
| Binary | 10111100 | 11001101 | 10010110 | 1000 | 0 | 11011 | 10100 | 1001111 | 100011 | 1000110 |
Color Harmonies of #BCCD96
Complementary color
Monochromatic Colors of #BCCD96
Black with #BCCD96
Text Example
Text Example
White with #BCCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD96; }
p { color: rgb(188,205,150); }
H1.HeaderClassName
{
color: #BCCD96;
}
.AnyTagClassName
{
color: #BCCD96;
}
</style>
background-color css
<style>
a { background-color: #BCCD96; }
a { background-color: rgb(188,205,150); }
div.DivClassName
{
background-color: #BCCD96;
}
.BgClassName
{
background-color: #BCCD96;
}
</style>
border-color css
<style>
span { border-color: #BCCD96; }
span { border-color: rgb(188,205,150); }
td.TdClassName
{
border-color: #BCCD96;
}
.TagClassName
{
border-color: #BCCD96;
}
</style>