Shades of Sprout #BCC99F
Tints of Sprout #BCC99F
RGB
CMYK
RGB Variations
Color information
#BCC99F (or 0xBCC99F) is known color: Sprout. HEX triplet: BC, C9 and 9F. RGB value is (188,201,159). Sum of RGB (Red+Green+Blue) = 188+201+159=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99F is #433660. Grayscale: #C0C0C0. Windows color (decimal): -4404833 or 10471868. OLE color: 10471868.
HSL color Cylindrical-coordinate representation of color #BCC99F: hue angle of 78.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC99F is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 159 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.21 |
| HSL | 78.57º | 0.28% | 0.71% | - |
| HSV(B) | 78.57º | 0.21% | 0.79% | - |
| XYZ | 47.88 | 54.97 | 40.89 | - |
| YUV | 192.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 159 | 0.06 | 0 | 0.21 | 0.21 | 78.57 | 0.28 | 0.71 |
| Hex | BC | C9 | 9F | 6 | 0 | 15 | 15 | 4F | 1C | 47 |
| Octal | 274 | 311 | 237 | 6 | 0 | 25 | 25 | 117 | 34 | 107 |
| Binary | 10111100 | 11001001 | 10011111 | 110 | 0 | 10101 | 10101 | 1001111 | 11100 | 1000111 |
Color Harmonies of #BCC99F
Complementary color
Monochromatic Colors of #BCC99F
Black with #BCC99F
Text Example
Text Example
White with #BCC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC99F; }
p { color: rgb(188,201,159); }
H1.HeaderClassName
{
color: #BCC99F;
}
.AnyTagClassName
{
color: #BCC99F;
}
</style>
background-color css
<style>
a { background-color: #BCC99F; }
a { background-color: rgb(188,201,159); }
div.DivClassName
{
background-color: #BCC99F;
}
.BgClassName
{
background-color: #BCC99F;
}
</style>
border-color css
<style>
span { border-color: #BCC99F; }
span { border-color: rgb(188,201,159); }
td.TdClassName
{
border-color: #BCC99F;
}
.TagClassName
{
border-color: #BCC99F;
}
</style>