Shades of Sprout #BCCB9C
Tints of Sprout #BCCB9C
RGB
CMYK
RGB Variations
Color information
#BCCB9C (or 0xBCCB9C) is known color: Sprout. HEX triplet: BC, CB and 9C. RGB value is (188,203,156). Sum of RGB (Red+Green+Blue) = 188+203+156=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB9C is #433463. Grayscale: #C1C1C1. Windows color (decimal): -4404324 or 10275772. OLE color: 10275772.
HSL color Cylindrical-coordinate representation of color #BCCB9C: hue angle of 79.15º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCB9C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 156 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.20 |
| HSL | 79.15º | 0.31% | 0.7% | - |
| HSV(B) | 79.15º | 0.23% | 0.8% | - |
| XYZ | 48.1 | 55.8 | 39.69 | - |
| YUV | 193.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 156 | 0.07 | 0 | 0.23 | 0.20 | 79.15 | 0.31 | 0.7 |
| Hex | BC | CB | 9C | 7 | 0 | 17 | 14 | 4F | 1F | 46 |
| Octal | 274 | 313 | 234 | 7 | 0 | 27 | 24 | 117 | 37 | 106 |
| Binary | 10111100 | 11001011 | 10011100 | 111 | 0 | 10111 | 10100 | 1001111 | 11111 | 1000110 |
Color Harmonies of #BCCB9C
Complementary color
Monochromatic Colors of #BCCB9C
Black with #BCCB9C
Text Example
Text Example
White with #BCCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB9C; }
p { color: rgb(188,203,156); }
H1.HeaderClassName
{
color: #BCCB9C;
}
.AnyTagClassName
{
color: #BCCB9C;
}
</style>
background-color css
<style>
a { background-color: #BCCB9C; }
a { background-color: rgb(188,203,156); }
div.DivClassName
{
background-color: #BCCB9C;
}
.BgClassName
{
background-color: #BCCB9C;
}
</style>
border-color css
<style>
span { border-color: #BCCB9C; }
span { border-color: rgb(188,203,156); }
td.TdClassName
{
border-color: #BCCB9C;
}
.TagClassName
{
border-color: #BCCB9C;
}
</style>