Shades of Sprout #BCCC9B
Tints of Sprout #BCCC9B
RGB
CMYK
RGB Variations
Color information
#BCCC9B (or 0xBCCC9B) is known color: Sprout. HEX triplet: BC, CC and 9B. RGB value is (188,204,155). Sum of RGB (Red+Green+Blue) = 188+204+155=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC9B is #433364. Grayscale: #C1C1C1. Windows color (decimal): -4404069 or 10210492. OLE color: 10210492.
HSL color Cylindrical-coordinate representation of color #BCCC9B: hue angle of 79.59º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCC9B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 155 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.2 |
| HSL | 79.59º | 0.32% | 0.7% | - |
| HSV(B) | 79.59º | 0.24% | 0.8% | - |
| XYZ | 48.25 | 56.24 | 39.32 | - |
| YUV | 193.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 155 | 0.08 | 0 | 0.24 | 0.2 | 79.59 | 0.32 | 0.7 |
| Hex | BC | CC | 9B | 8 | 0 | 18 | 14 | 50 | 20 | 46 |
| Octal | 274 | 314 | 233 | 10 | 0 | 30 | 24 | 120 | 40 | 106 |
| Binary | 10111100 | 11001100 | 10011011 | 1000 | 0 | 11000 | 10100 | 1010000 | 100000 | 1000110 |
Color Harmonies of #BCCC9B
Complementary color
Monochromatic Colors of #BCCC9B
Black with #BCCC9B
Text Example
Text Example
White with #BCCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC9B; }
p { color: rgb(188,204,155); }
H1.HeaderClassName
{
color: #BCCC9B;
}
.AnyTagClassName
{
color: #BCCC9B;
}
</style>
background-color css
<style>
a { background-color: #BCCC9B; }
a { background-color: rgb(188,204,155); }
div.DivClassName
{
background-color: #BCCC9B;
}
.BgClassName
{
background-color: #BCCC9B;
}
</style>
border-color css
<style>
span { border-color: #BCCC9B; }
span { border-color: rgb(188,204,155); }
td.TdClassName
{
border-color: #BCCC9B;
}
.TagClassName
{
border-color: #BCCC9B;
}
</style>