Shades of Sprout #BCD08B
Tints of Sprout #BCD08B
RGB
CMYK
RGB Variations
Color information
#BCD08B (or 0xBCD08B) is known color: Sprout. HEX triplet: BC, D0 and 8B. RGB value is (188,208,139). Sum of RGB (Red+Green+Blue) = 188+208+139=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08B is #432F74. Grayscale: #C2C2C2. Windows color (decimal): -4403061 or 9162940. OLE color: 9162940.
HSL color Cylindrical-coordinate representation of color #BCD08B: hue angle of 77.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD08B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 139 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.18 |
| HSL | 77.39º | 0.42% | 0.68% | - |
| HSV(B) | 77.39º | 0.33% | 0.82% | - |
| XYZ | 47.96 | 57.67 | 33.03 | - |
| YUV | 194.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 139 | 0.10 | 0 | 0.33 | 0.18 | 77.39 | 0.42 | 0.68 |
| Hex | BC | D0 | 8B | A | 0 | 21 | 12 | 4D | 2A | 44 |
| Octal | 274 | 320 | 213 | 12 | 0 | 41 | 22 | 115 | 52 | 104 |
| Binary | 10111100 | 11010000 | 10001011 | 1010 | 0 | 100001 | 10010 | 1001101 | 101010 | 1000100 |
Color Harmonies of #BCD08B
Complementary color
Monochromatic Colors of #BCD08B
Black with #BCD08B
Text Example
Text Example
White with #BCD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD08B; }
p { color: rgb(188,208,139); }
H1.HeaderClassName
{
color: #BCD08B;
}
.AnyTagClassName
{
color: #BCD08B;
}
</style>
background-color css
<style>
a { background-color: #BCD08B; }
a { background-color: rgb(188,208,139); }
div.DivClassName
{
background-color: #BCD08B;
}
.BgClassName
{
background-color: #BCD08B;
}
</style>
border-color css
<style>
span { border-color: #BCD08B; }
span { border-color: rgb(188,208,139); }
td.TdClassName
{
border-color: #BCD08B;
}
.TagClassName
{
border-color: #BCD08B;
}
</style>