Shades of Sprout #BCC998
Tints of Sprout #BCC998
RGB
CMYK
RGB Variations
Color information
#BCC998 (or 0xBCC998) is known color: Sprout. HEX triplet: BC, C9 and 98. RGB value is (188,201,152). Sum of RGB (Red+Green+Blue) = 188+201+152=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC998 is #433667. Grayscale: #BFBFBF. Windows color (decimal): -4404840 or 10013116. OLE color: 10013116.
HSL color Cylindrical-coordinate representation of color #BCC998: hue angle of 75.92º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC998 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 152 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.21 |
| HSL | 75.92º | 0.31% | 0.69% | - |
| HSV(B) | 75.92º | 0.24% | 0.79% | - |
| XYZ | 47.29 | 54.73 | 37.78 | - |
| YUV | 191.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 152 | 0.06 | 0 | 0.24 | 0.21 | 75.92 | 0.31 | 0.69 |
| Hex | BC | C9 | 98 | 6 | 0 | 18 | 15 | 4C | 1F | 45 |
| Octal | 274 | 311 | 230 | 6 | 0 | 30 | 25 | 114 | 37 | 105 |
| Binary | 10111100 | 11001001 | 10011000 | 110 | 0 | 11000 | 10101 | 1001100 | 11111 | 1000101 |
Color Harmonies of #BCC998
Complementary color
Monochromatic Colors of #BCC998
Black with #BCC998
Text Example
Text Example
White with #BCC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC998; }
p { color: rgb(188,201,152); }
H1.HeaderClassName
{
color: #BCC998;
}
.AnyTagClassName
{
color: #BCC998;
}
</style>
background-color css
<style>
a { background-color: #BCC998; }
a { background-color: rgb(188,201,152); }
div.DivClassName
{
background-color: #BCC998;
}
.BgClassName
{
background-color: #BCC998;
}
</style>
border-color css
<style>
span { border-color: #BCC998; }
span { border-color: rgb(188,201,152); }
td.TdClassName
{
border-color: #BCC998;
}
.TagClassName
{
border-color: #BCC998;
}
</style>