Shades of Sprout #BCD090
Tints of Sprout #BCD090
RGB
CMYK
RGB Variations
Color information
#BCD090 (or 0xBCD090) is known color: Sprout. HEX triplet: BC, D0 and 90. RGB value is (188,208,144). Sum of RGB (Red+Green+Blue) = 188+208+144=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD090 is #432F6F. Grayscale: #C2C2C2. Windows color (decimal): -4403056 or 9490620. OLE color: 9490620.
HSL color Cylindrical-coordinate representation of color #BCD090: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD090 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 144 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.18 |
| HSL | 78.75º | 0.41% | 0.69% | - |
| HSV(B) | 78.75º | 0.31% | 0.82% | - |
| XYZ | 48.33 | 57.82 | 35 | - |
| YUV | 194.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 144 | 0.10 | 0 | 0.31 | 0.18 | 78.75 | 0.41 | 0.69 |
| Hex | BC | D0 | 90 | A | 0 | 1F | 12 | 4F | 29 | 45 |
| Octal | 274 | 320 | 220 | 12 | 0 | 37 | 22 | 117 | 51 | 105 |
| Binary | 10111100 | 11010000 | 10010000 | 1010 | 0 | 11111 | 10010 | 1001111 | 101001 | 1000101 |
Color Harmonies of #BCD090
Complementary color
Monochromatic Colors of #BCD090
Black with #BCD090
Text Example
Text Example
White with #BCD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD090; }
p { color: rgb(188,208,144); }
H1.HeaderClassName
{
color: #BCD090;
}
.AnyTagClassName
{
color: #BCD090;
}
</style>
background-color css
<style>
a { background-color: #BCD090; }
a { background-color: rgb(188,208,144); }
div.DivClassName
{
background-color: #BCD090;
}
.BgClassName
{
background-color: #BCD090;
}
</style>
border-color css
<style>
span { border-color: #BCD090; }
span { border-color: rgb(188,208,144); }
td.TdClassName
{
border-color: #BCD090;
}
.TagClassName
{
border-color: #BCD090;
}
</style>