Shades of Sprout #BCCA99
Tints of Sprout #BCCA99
RGB
CMYK
RGB Variations
Color information
#BCCA99 (or 0xBCCA99) is known color: Sprout. HEX triplet: BC, CA and 99. RGB value is (188,202,153). Sum of RGB (Red+Green+Blue) = 188+202+153=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA99 is #433566. Grayscale: #C0C0C0. Windows color (decimal): -4404583 or 10078908. OLE color: 10078908.
HSL color Cylindrical-coordinate representation of color #BCCA99: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCA99 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 153 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.21 |
| HSL | 77.14º | 0.32% | 0.7% | - |
| HSV(B) | 77.14º | 0.24% | 0.79% | - |
| XYZ | 47.61 | 55.23 | 38.29 | - |
| YUV | 192.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 153 | 0.07 | 0 | 0.24 | 0.21 | 77.14 | 0.32 | 0.7 |
| Hex | BC | CA | 99 | 7 | 0 | 18 | 15 | 4D | 20 | 46 |
| Octal | 274 | 312 | 231 | 7 | 0 | 30 | 25 | 115 | 40 | 106 |
| Binary | 10111100 | 11001010 | 10011001 | 111 | 0 | 11000 | 10101 | 1001101 | 100000 | 1000110 |
Color Harmonies of #BCCA99
Complementary color
Monochromatic Colors of #BCCA99
Black with #BCCA99
Text Example
Text Example
White with #BCCA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA99; }
p { color: rgb(188,202,153); }
H1.HeaderClassName
{
color: #BCCA99;
}
.AnyTagClassName
{
color: #BCCA99;
}
</style>
background-color css
<style>
a { background-color: #BCCA99; }
a { background-color: rgb(188,202,153); }
div.DivClassName
{
background-color: #BCCA99;
}
.BgClassName
{
background-color: #BCCA99;
}
</style>
border-color css
<style>
span { border-color: #BCCA99; }
span { border-color: rgb(188,202,153); }
td.TdClassName
{
border-color: #BCCA99;
}
.TagClassName
{
border-color: #BCCA99;
}
</style>