Shades of Sprout #BCC997
Tints of Sprout #BCC997
RGB
CMYK
RGB Variations
Color information
#BCC997 (or 0xBCC997) is known color: Sprout. HEX triplet: BC, C9 and 97. RGB value is (188,201,151). Sum of RGB (Red+Green+Blue) = 188+201+151=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC997 is #433668. Grayscale: #BFBFBF. Windows color (decimal): -4404841 or 9947580. OLE color: 9947580.
HSL color Cylindrical-coordinate representation of color #BCC997: hue angle of 75.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC997 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 151 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.21 |
| HSL | 75.6º | 0.32% | 0.69% | - |
| HSV(B) | 75.6º | 0.25% | 0.79% | - |
| XYZ | 47.21 | 54.7 | 37.35 | - |
| YUV | 191.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 151 | 0.06 | 0 | 0.25 | 0.21 | 75.6 | 0.32 | 0.69 |
| Hex | BC | C9 | 97 | 6 | 0 | 19 | 15 | 4C | 20 | 45 |
| Octal | 274 | 311 | 227 | 6 | 0 | 31 | 25 | 114 | 40 | 105 |
| Binary | 10111100 | 11001001 | 10010111 | 110 | 0 | 11001 | 10101 | 1001100 | 100000 | 1000101 |
Color Harmonies of #BCC997
Complementary color
Monochromatic Colors of #BCC997
Black with #BCC997
Text Example
Text Example
White with #BCC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC997; }
p { color: rgb(188,201,151); }
H1.HeaderClassName
{
color: #BCC997;
}
.AnyTagClassName
{
color: #BCC997;
}
</style>
background-color css
<style>
a { background-color: #BCC997; }
a { background-color: rgb(188,201,151); }
div.DivClassName
{
background-color: #BCC997;
}
.BgClassName
{
background-color: #BCC997;
}
</style>
border-color css
<style>
span { border-color: #BCC997; }
span { border-color: rgb(188,201,151); }
td.TdClassName
{
border-color: #BCC997;
}
.TagClassName
{
border-color: #BCC997;
}
</style>