Shades of Sprout #BCD099
Tints of Sprout #BCD099
RGB
CMYK
RGB Variations
Color information
#BCD099 (or 0xBCD099) is known color: Sprout. HEX triplet: BC, D0 and 99. RGB value is (188,208,153). Sum of RGB (Red+Green+Blue) = 188+208+153=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD099 is #432F66. Grayscale: #C3C3C3. Windows color (decimal): -4403047 or 10080444. OLE color: 10080444.
HSL color Cylindrical-coordinate representation of color #BCD099: hue angle of 81.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD099 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 153 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.18 |
| HSL | 81.82º | 0.37% | 0.71% | - |
| HSV(B) | 81.82º | 0.26% | 0.82% | - |
| XYZ | 49.04 | 58.1 | 38.77 | - |
| YUV | 195.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 153 | 0.10 | 0 | 0.26 | 0.18 | 81.82 | 0.37 | 0.71 |
| Hex | BC | D0 | 99 | A | 0 | 1A | 12 | 52 | 25 | 47 |
| Octal | 274 | 320 | 231 | 12 | 0 | 32 | 22 | 122 | 45 | 107 |
| Binary | 10111100 | 11010000 | 10011001 | 1010 | 0 | 11010 | 10010 | 1010010 | 100101 | 1000111 |
Color Harmonies of #BCD099
Complementary color
Monochromatic Colors of #BCD099
Black with #BCD099
Text Example
Text Example
White with #BCD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD099; }
p { color: rgb(188,208,153); }
H1.HeaderClassName
{
color: #BCD099;
}
.AnyTagClassName
{
color: #BCD099;
}
</style>
background-color css
<style>
a { background-color: #BCD099; }
a { background-color: rgb(188,208,153); }
div.DivClassName
{
background-color: #BCD099;
}
.BgClassName
{
background-color: #BCD099;
}
</style>
border-color css
<style>
span { border-color: #BCD099; }
span { border-color: rgb(188,208,153); }
td.TdClassName
{
border-color: #BCD099;
}
.TagClassName
{
border-color: #BCD099;
}
</style>