Shades of Sprout #BCD59A
Tints of Sprout #BCD59A
RGB
CMYK
RGB Variations
Color information
#BCD59A (or 0xBCD59A) is known color: Sprout. HEX triplet: BC, D5 and 9A. RGB value is (188,213,154). Sum of RGB (Red+Green+Blue) = 188+213+154=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59A is #432A65. Grayscale: #C7C7C7. Windows color (decimal): -4401766 or 10147260. OLE color: 10147260.
HSL color Cylindrical-coordinate representation of color #BCD59A: hue angle of 85.42º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD59A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 154 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 85.42º | 0.41% | 0.72% | - |
| HSV(B) | 85.42º | 0.28% | 0.84% | - |
| XYZ | 50.37 | 60.61 | 39.62 | - |
| YUV | 198.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 154 | 0.12 | 0 | 0.28 | 0.16 | 85.42 | 0.41 | 0.72 |
| Hex | BC | D5 | 9A | C | 0 | 1C | 10 | 55 | 29 | 48 |
| Octal | 274 | 325 | 232 | 14 | 0 | 34 | 20 | 125 | 51 | 110 |
| Binary | 10111100 | 11010101 | 10011010 | 1100 | 0 | 11100 | 10000 | 1010101 | 101001 | 1001000 |
Color Harmonies of #BCD59A
Complementary color
Monochromatic Colors of #BCD59A
Black with #BCD59A
Text Example
Text Example
White with #BCD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD59A; }
p { color: rgb(188,213,154); }
H1.HeaderClassName
{
color: #BCD59A;
}
.AnyTagClassName
{
color: #BCD59A;
}
</style>
background-color css
<style>
a { background-color: #BCD59A; }
a { background-color: rgb(188,213,154); }
div.DivClassName
{
background-color: #BCD59A;
}
.BgClassName
{
background-color: #BCD59A;
}
</style>
border-color css
<style>
span { border-color: #BCD59A; }
span { border-color: rgb(188,213,154); }
td.TdClassName
{
border-color: #BCD59A;
}
.TagClassName
{
border-color: #BCD59A;
}
</style>