Shades of Sprout #BCCB9B
Tints of Sprout #BCCB9B
RGB
CMYK
RGB Variations
Color information
#BCCB9B (or 0xBCCB9B) is known color: Sprout. HEX triplet: BC, CB and 9B. RGB value is (188,203,155). Sum of RGB (Red+Green+Blue) = 188+203+155=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB9B is #433464. Grayscale: #C1C1C1. Windows color (decimal): -4404325 or 10210236. OLE color: 10210236.
HSL color Cylindrical-coordinate representation of color #BCCB9B: hue angle of 78.75º 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 #BCCB9B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 155 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.20 |
| HSL | 78.75º | 0.32% | 0.7% | - |
| HSV(B) | 78.75º | 0.24% | 0.8% | - |
| XYZ | 48.01 | 55.77 | 39.24 | - |
| YUV | 193.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 155 | 0.07 | 0 | 0.24 | 0.20 | 78.75 | 0.32 | 0.7 |
| Hex | BC | CB | 9B | 7 | 0 | 18 | 14 | 4F | 20 | 46 |
| Octal | 274 | 313 | 233 | 7 | 0 | 30 | 24 | 117 | 40 | 106 |
| Binary | 10111100 | 11001011 | 10011011 | 111 | 0 | 11000 | 10100 | 1001111 | 100000 | 1000110 |
Color Harmonies of #BCCB9B
Complementary color
Monochromatic Colors of #BCCB9B
Black with #BCCB9B
Text Example
Text Example
White with #BCCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB9B; }
p { color: rgb(188,203,155); }
H1.HeaderClassName
{
color: #BCCB9B;
}
.AnyTagClassName
{
color: #BCCB9B;
}
</style>
background-color css
<style>
a { background-color: #BCCB9B; }
a { background-color: rgb(188,203,155); }
div.DivClassName
{
background-color: #BCCB9B;
}
.BgClassName
{
background-color: #BCCB9B;
}
</style>
border-color css
<style>
span { border-color: #BCCB9B; }
span { border-color: rgb(188,203,155); }
td.TdClassName
{
border-color: #BCCB9B;
}
.TagClassName
{
border-color: #BCCB9B;
}
</style>