Shades of Sprout #BCD48B
Tints of Sprout #BCD48B
RGB
CMYK
RGB Variations
Color information
#BCD48B (or 0xBCD48B) is known color: Sprout. HEX triplet: BC, D4 and 8B. RGB value is (188,212,139). Sum of RGB (Red+Green+Blue) = 188+212+139=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD48B is #432B74. Grayscale: #C4C4C4. Windows color (decimal): -4402037 or 9163964. OLE color: 9163964.
HSL color Cylindrical-coordinate representation of color #BCD48B: hue angle of 79.73º degrees, saturation: 0.46, 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 #BCD48B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 139 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.17 |
| HSL | 79.73º | 0.46% | 0.69% | - |
| HSV(B) | 79.73º | 0.34% | 0.83% | - |
| XYZ | 48.94 | 59.64 | 33.36 | - |
| YUV | 196.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 139 | 0.11 | 0 | 0.34 | 0.17 | 79.73 | 0.46 | 0.69 |
| Hex | BC | D4 | 8B | B | 0 | 22 | 11 | 50 | 2E | 45 |
| Octal | 274 | 324 | 213 | 13 | 0 | 42 | 21 | 120 | 56 | 105 |
| Binary | 10111100 | 11010100 | 10001011 | 1011 | 0 | 100010 | 10001 | 1010000 | 101110 | 1000101 |
Color Harmonies of #BCD48B
Complementary color
Monochromatic Colors of #BCD48B
Black with #BCD48B
Text Example
Text Example
White with #BCD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD48B; }
p { color: rgb(188,212,139); }
H1.HeaderClassName
{
color: #BCD48B;
}
.AnyTagClassName
{
color: #BCD48B;
}
</style>
background-color css
<style>
a { background-color: #BCD48B; }
a { background-color: rgb(188,212,139); }
div.DivClassName
{
background-color: #BCD48B;
}
.BgClassName
{
background-color: #BCD48B;
}
</style>
border-color css
<style>
span { border-color: #BCD48B; }
span { border-color: rgb(188,212,139); }
td.TdClassName
{
border-color: #BCD48B;
}
.TagClassName
{
border-color: #BCD48B;
}
</style>