Shades of Sprout #BEC89F
Tints of Sprout #BEC89F
RGB
CMYK
RGB Variations
Color information
#BEC89F (or 0xBEC89F) is known color: Sprout. HEX triplet: BE, C8 and 9F. RGB value is (190,200,159). Sum of RGB (Red+Green+Blue) = 190+200+159=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89F is #413760. Grayscale: #C0C0C0. Windows color (decimal): -4274017 or 10471614. OLE color: 10471614.
HSL color Cylindrical-coordinate representation of color #BEC89F: hue angle of 74.63º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC89F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 159 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.22 |
| HSL | 74.63º | 0.27% | 0.7% | - |
| HSV(B) | 74.63º | 0.21% | 0.78% | - |
| XYZ | 48.15 | 54.76 | 40.83 | - |
| YUV | 192.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 159 | 0.05 | 0 | 0.20 | 0.22 | 74.63 | 0.27 | 0.7 |
| Hex | BE | C8 | 9F | 5 | 0 | 14 | 16 | 4B | 1B | 46 |
| Octal | 276 | 310 | 237 | 5 | 0 | 24 | 26 | 113 | 33 | 106 |
| Binary | 10111110 | 11001000 | 10011111 | 101 | 0 | 10100 | 10110 | 1001011 | 11011 | 1000110 |
Color Harmonies of #BEC89F
Complementary color
Monochromatic Colors of #BEC89F
Black with #BEC89F
Text Example
Text Example
White with #BEC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC89F; }
p { color: rgb(190,200,159); }
H1.HeaderClassName
{
color: #BEC89F;
}
.AnyTagClassName
{
color: #BEC89F;
}
</style>
background-color css
<style>
a { background-color: #BEC89F; }
a { background-color: rgb(190,200,159); }
div.DivClassName
{
background-color: #BEC89F;
}
.BgClassName
{
background-color: #BEC89F;
}
</style>
border-color css
<style>
span { border-color: #BEC89F; }
span { border-color: rgb(190,200,159); }
td.TdClassName
{
border-color: #BEC89F;
}
.TagClassName
{
border-color: #BEC89F;
}
</style>