Shades of Sprout #BCD09A
Tints of Sprout #BCD09A
RGB
CMYK
RGB Variations
Color information
#BCD09A (or 0xBCD09A) is known color: Sprout. HEX triplet: BC, D0 and 9A. RGB value is (188,208,154). Sum of RGB (Red+Green+Blue) = 188+208+154=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD09A is #432F65. Grayscale: #C4C4C4. Windows color (decimal): -4403046 or 10145980. OLE color: 10145980.
HSL color Cylindrical-coordinate representation of color #BCD09A: hue angle of 82.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD09A is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 154 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.18 |
| HSL | 82.22º | 0.36% | 0.71% | - |
| HSV(B) | 82.22º | 0.26% | 0.82% | - |
| XYZ | 49.13 | 58.14 | 39.2 | - |
| YUV | 195.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 154 | 0.10 | 0 | 0.26 | 0.18 | 82.22 | 0.36 | 0.71 |
| Hex | BC | D0 | 9A | A | 0 | 1A | 12 | 52 | 24 | 47 |
| Octal | 274 | 320 | 232 | 12 | 0 | 32 | 22 | 122 | 44 | 107 |
| Binary | 10111100 | 11010000 | 10011010 | 1010 | 0 | 11010 | 10010 | 1010010 | 100100 | 1000111 |
Color Harmonies of #BCD09A
Complementary color
Monochromatic Colors of #BCD09A
Black with #BCD09A
Text Example
Text Example
White with #BCD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD09A; }
p { color: rgb(188,208,154); }
H1.HeaderClassName
{
color: #BCD09A;
}
.AnyTagClassName
{
color: #BCD09A;
}
</style>
background-color css
<style>
a { background-color: #BCD09A; }
a { background-color: rgb(188,208,154); }
div.DivClassName
{
background-color: #BCD09A;
}
.BgClassName
{
background-color: #BCD09A;
}
</style>
border-color css
<style>
span { border-color: #BCD09A; }
span { border-color: rgb(188,208,154); }
td.TdClassName
{
border-color: #BCD09A;
}
.TagClassName
{
border-color: #BCD09A;
}
</style>