Shades of Sprout #BCC995
Tints of Sprout #BCC995
RGB
CMYK
RGB Variations
Color information
#BCC995 (or 0xBCC995) is known color: Sprout. HEX triplet: BC, C9 and 95. RGB value is (188,201,149). Sum of RGB (Red+Green+Blue) = 188+201+149=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC995 is #43366A. Grayscale: #BFBFBF. Windows color (decimal): -4404843 or 9816508. OLE color: 9816508.
HSL color Cylindrical-coordinate representation of color #BCC995: hue angle of 75º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC995 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 149 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.21 |
| HSL | 75º | 0.33% | 0.69% | - |
| HSV(B) | 75º | 0.26% | 0.79% | - |
| XYZ | 47.05 | 54.63 | 36.5 | - |
| YUV | 191.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 149 | 0.06 | 0 | 0.26 | 0.21 | 75 | 0.33 | 0.69 |
| Hex | BC | C9 | 95 | 6 | 0 | 1A | 15 | 4B | 20 | 45 |
| Octal | 274 | 311 | 225 | 6 | 0 | 32 | 25 | 113 | 40 | 105 |
| Binary | 10111100 | 11001001 | 10010101 | 110 | 0 | 11010 | 10101 | 1001011 | 100000 | 1000101 |
Color Harmonies of #BCC995
Complementary color
Monochromatic Colors of #BCC995
Black with #BCC995
Text Example
Text Example
White with #BCC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC995; }
p { color: rgb(188,201,149); }
H1.HeaderClassName
{
color: #BCC995;
}
.AnyTagClassName
{
color: #BCC995;
}
</style>
background-color css
<style>
a { background-color: #BCC995; }
a { background-color: rgb(188,201,149); }
div.DivClassName
{
background-color: #BCC995;
}
.BgClassName
{
background-color: #BCC995;
}
</style>
border-color css
<style>
span { border-color: #BCC995; }
span { border-color: rgb(188,201,149); }
td.TdClassName
{
border-color: #BCC995;
}
.TagClassName
{
border-color: #BCC995;
}
</style>