Shades of Sprout #BCD08E
Tints of Sprout #BCD08E
RGB
CMYK
RGB Variations
Color information
#BCD08E (or 0xBCD08E) is known color: Sprout. HEX triplet: BC, D0 and 8E. RGB value is (188,208,142). Sum of RGB (Red+Green+Blue) = 188+208+142=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08E is #432F71. Grayscale: #C2C2C2. Windows color (decimal): -4403058 or 9359548. OLE color: 9359548.
HSL color Cylindrical-coordinate representation of color #BCD08E: hue angle of 78.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD08E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 142 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.18 |
| HSL | 78.18º | 0.41% | 0.69% | - |
| HSV(B) | 78.18º | 0.32% | 0.82% | - |
| XYZ | 48.18 | 57.76 | 34.2 | - |
| YUV | 194.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 142 | 0.10 | 0 | 0.32 | 0.18 | 78.18 | 0.41 | 0.69 |
| Hex | BC | D0 | 8E | A | 0 | 20 | 12 | 4E | 29 | 45 |
| Octal | 274 | 320 | 216 | 12 | 0 | 40 | 22 | 116 | 51 | 105 |
| Binary | 10111100 | 11010000 | 10001110 | 1010 | 0 | 100000 | 10010 | 1001110 | 101001 | 1000101 |
Color Harmonies of #BCD08E
Complementary color
Monochromatic Colors of #BCD08E
Black with #BCD08E
Text Example
Text Example
White with #BCD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD08E; }
p { color: rgb(188,208,142); }
H1.HeaderClassName
{
color: #BCD08E;
}
.AnyTagClassName
{
color: #BCD08E;
}
</style>
background-color css
<style>
a { background-color: #BCD08E; }
a { background-color: rgb(188,208,142); }
div.DivClassName
{
background-color: #BCD08E;
}
.BgClassName
{
background-color: #BCD08E;
}
</style>
border-color css
<style>
span { border-color: #BCD08E; }
span { border-color: rgb(188,208,142); }
td.TdClassName
{
border-color: #BCD08E;
}
.TagClassName
{
border-color: #BCD08E;
}
</style>