Shades of Sprout #BCCF96
Tints of Sprout #BCCF96
RGB
CMYK
RGB Variations
Color information
#BCCF96 (or 0xBCCF96) is known color: Sprout. HEX triplet: BC, CF and 96. RGB value is (188,207,150). Sum of RGB (Red+Green+Blue) = 188+207+150=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF96 is #433069. Grayscale: #C3C3C3. Windows color (decimal): -4403306 or 9883580. OLE color: 9883580.
HSL color Cylindrical-coordinate representation of color #BCCF96: hue angle of 80º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCCF96 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 150 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.19 |
| HSL | 80º | 0.37% | 0.7% | - |
| HSV(B) | 80º | 0.28% | 0.81% | - |
| XYZ | 48.56 | 57.52 | 37.4 | - |
| YUV | 194.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 150 | 0.09 | 0 | 0.28 | 0.19 | 80 | 0.37 | 0.7 |
| Hex | BC | CF | 96 | 9 | 0 | 1C | 13 | 50 | 25 | 46 |
| Octal | 274 | 317 | 226 | 11 | 0 | 34 | 23 | 120 | 45 | 106 |
| Binary | 10111100 | 11001111 | 10010110 | 1001 | 0 | 11100 | 10011 | 1010000 | 100101 | 1000110 |
Color Harmonies of #BCCF96
Complementary color
Monochromatic Colors of #BCCF96
Black with #BCCF96
Text Example
Text Example
White with #BCCF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF96; }
p { color: rgb(188,207,150); }
H1.HeaderClassName
{
color: #BCCF96;
}
.AnyTagClassName
{
color: #BCCF96;
}
</style>
background-color css
<style>
a { background-color: #BCCF96; }
a { background-color: rgb(188,207,150); }
div.DivClassName
{
background-color: #BCCF96;
}
.BgClassName
{
background-color: #BCCF96;
}
</style>
border-color css
<style>
span { border-color: #BCCF96; }
span { border-color: rgb(188,207,150); }
td.TdClassName
{
border-color: #BCCF96;
}
.TagClassName
{
border-color: #BCCF96;
}
</style>