Shades of Sprout #BCD28B
Tints of Sprout #BCD28B
RGB
CMYK
RGB Variations
Color information
#BCD28B (or 0xBCD28B) is known color: Sprout. HEX triplet: BC, D2 and 8B. RGB value is (188,210,139). Sum of RGB (Red+Green+Blue) = 188+210+139=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD28B is #432D74. Grayscale: #C3C3C3. Windows color (decimal): -4402549 or 9163452. OLE color: 9163452.
HSL color Cylindrical-coordinate representation of color #BCD28B: hue angle of 78.59º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD28B is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 139 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.18 |
| HSL | 78.59º | 0.44% | 0.68% | - |
| HSV(B) | 78.59º | 0.34% | 0.82% | - |
| XYZ | 48.45 | 58.65 | 33.19 | - |
| YUV | 195.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 139 | 0.10 | 0 | 0.34 | 0.18 | 78.59 | 0.44 | 0.68 |
| Hex | BC | D2 | 8B | A | 0 | 22 | 12 | 4F | 2C | 44 |
| Octal | 274 | 322 | 213 | 12 | 0 | 42 | 22 | 117 | 54 | 104 |
| Binary | 10111100 | 11010010 | 10001011 | 1010 | 0 | 100010 | 10010 | 1001111 | 101100 | 1000100 |
Color Harmonies of #BCD28B
Complementary color
Monochromatic Colors of #BCD28B
Black with #BCD28B
Text Example
Text Example
White with #BCD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD28B; }
p { color: rgb(188,210,139); }
H1.HeaderClassName
{
color: #BCD28B;
}
.AnyTagClassName
{
color: #BCD28B;
}
</style>
background-color css
<style>
a { background-color: #BCD28B; }
a { background-color: rgb(188,210,139); }
div.DivClassName
{
background-color: #BCD28B;
}
.BgClassName
{
background-color: #BCD28B;
}
</style>
border-color css
<style>
span { border-color: #BCD28B; }
span { border-color: rgb(188,210,139); }
td.TdClassName
{
border-color: #BCD28B;
}
.TagClassName
{
border-color: #BCD28B;
}
</style>