Shades of Sprout #BCD38C
Tints of Sprout #BCD38C
RGB
CMYK
RGB Variations
Color information
#BCD38C (or 0xBCD38C) is known color: Sprout. HEX triplet: BC, D3 and 8C. RGB value is (188,211,140). Sum of RGB (Red+Green+Blue) = 188+211+140=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD38C is #432C73. Grayscale: #C4C4C4. Windows color (decimal): -4402292 or 9229244. OLE color: 9229244.
HSL color Cylindrical-coordinate representation of color #BCD38C: hue angle of 79.44º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD38C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 140 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.17 |
| HSL | 79.44º | 0.45% | 0.69% | - |
| HSV(B) | 79.44º | 0.34% | 0.83% | - |
| XYZ | 48.77 | 59.17 | 33.66 | - |
| YUV | 196.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 140 | 0.11 | 0 | 0.34 | 0.17 | 79.44 | 0.45 | 0.69 |
| Hex | BC | D3 | 8C | B | 0 | 22 | 11 | 4F | 2D | 45 |
| Octal | 274 | 323 | 214 | 13 | 0 | 42 | 21 | 117 | 55 | 105 |
| Binary | 10111100 | 11010011 | 10001100 | 1011 | 0 | 100010 | 10001 | 1001111 | 101101 | 1000101 |
Color Harmonies of #BCD38C
Complementary color
Monochromatic Colors of #BCD38C
Black with #BCD38C
Text Example
Text Example
White with #BCD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD38C; }
p { color: rgb(188,211,140); }
H1.HeaderClassName
{
color: #BCD38C;
}
.AnyTagClassName
{
color: #BCD38C;
}
</style>
background-color css
<style>
a { background-color: #BCD38C; }
a { background-color: rgb(188,211,140); }
div.DivClassName
{
background-color: #BCD38C;
}
.BgClassName
{
background-color: #BCD38C;
}
</style>
border-color css
<style>
span { border-color: #BCD38C; }
span { border-color: rgb(188,211,140); }
td.TdClassName
{
border-color: #BCD38C;
}
.TagClassName
{
border-color: #BCD38C;
}
</style>