Shades of Sprout #BCCB99
Tints of Sprout #BCCB99
RGB
CMYK
RGB Variations
Color information
#BCCB99 (or 0xBCCB99) is known color: Sprout. HEX triplet: BC, CB and 99. RGB value is (188,203,153). Sum of RGB (Red+Green+Blue) = 188+203+153=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB99 is #433466. Grayscale: #C1C1C1. Windows color (decimal): -4404327 or 10079164. OLE color: 10079164.
HSL color Cylindrical-coordinate representation of color #BCCB99: hue angle of 78º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCB99 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 153 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.20 |
| HSL | 78º | 0.32% | 0.7% | - |
| HSV(B) | 78º | 0.25% | 0.8% | - |
| XYZ | 47.84 | 55.7 | 38.37 | - |
| YUV | 192.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 153 | 0.07 | 0 | 0.25 | 0.20 | 78 | 0.32 | 0.7 |
| Hex | BC | CB | 99 | 7 | 0 | 19 | 14 | 4E | 20 | 46 |
| Octal | 274 | 313 | 231 | 7 | 0 | 31 | 24 | 116 | 40 | 106 |
| Binary | 10111100 | 11001011 | 10011001 | 111 | 0 | 11001 | 10100 | 1001110 | 100000 | 1000110 |
Color Harmonies of #BCCB99
Complementary color
Monochromatic Colors of #BCCB99
Black with #BCCB99
Text Example
Text Example
White with #BCCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB99; }
p { color: rgb(188,203,153); }
H1.HeaderClassName
{
color: #BCCB99;
}
.AnyTagClassName
{
color: #BCCB99;
}
</style>
background-color css
<style>
a { background-color: #BCCB99; }
a { background-color: rgb(188,203,153); }
div.DivClassName
{
background-color: #BCCB99;
}
.BgClassName
{
background-color: #BCCB99;
}
</style>
border-color css
<style>
span { border-color: #BCCB99; }
span { border-color: rgb(188,203,153); }
td.TdClassName
{
border-color: #BCCB99;
}
.TagClassName
{
border-color: #BCCB99;
}
</style>