Shades of Sprout #BEC99F
Tints of Sprout #BEC99F
RGB
CMYK
RGB Variations
Color information
#BEC99F (or 0xBEC99F) is known color: Sprout. HEX triplet: BE, C9 and 9F. RGB value is (190,201,159). Sum of RGB (Red+Green+Blue) = 190+201+159=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99F is #413660. Grayscale: #C1C1C1. Windows color (decimal): -4273761 or 10471870. OLE color: 10471870.
HSL color Cylindrical-coordinate representation of color #BEC99F: hue angle of 75.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC99F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 159 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.21 |
| HSL | 75.71º | 0.28% | 0.71% | - |
| HSV(B) | 75.71º | 0.21% | 0.79% | - |
| XYZ | 48.38 | 55.22 | 40.91 | - |
| YUV | 192.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 159 | 0.05 | 0 | 0.21 | 0.21 | 75.71 | 0.28 | 0.71 |
| Hex | BE | C9 | 9F | 5 | 0 | 15 | 15 | 4C | 1C | 47 |
| Octal | 276 | 311 | 237 | 5 | 0 | 25 | 25 | 114 | 34 | 107 |
| Binary | 10111110 | 11001001 | 10011111 | 101 | 0 | 10101 | 10101 | 1001100 | 11100 | 1000111 |
Color Harmonies of #BEC99F
Complementary color
Monochromatic Colors of #BEC99F
Black with #BEC99F
Text Example
Text Example
White with #BEC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC99F; }
p { color: rgb(190,201,159); }
H1.HeaderClassName
{
color: #BEC99F;
}
.AnyTagClassName
{
color: #BEC99F;
}
</style>
background-color css
<style>
a { background-color: #BEC99F; }
a { background-color: rgb(190,201,159); }
div.DivClassName
{
background-color: #BEC99F;
}
.BgClassName
{
background-color: #BEC99F;
}
</style>
border-color css
<style>
span { border-color: #BEC99F; }
span { border-color: rgb(190,201,159); }
td.TdClassName
{
border-color: #BEC99F;
}
.TagClassName
{
border-color: #BEC99F;
}
</style>