Shades of Sprout #BEC99E
Tints of Sprout #BEC99E
RGB
CMYK
RGB Variations
Color information
#BEC99E (or 0xBEC99E) is known color: Sprout. HEX triplet: BE, C9 and 9E. RGB value is (190,201,158). Sum of RGB (Red+Green+Blue) = 190+201+158=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99E is #413661. Grayscale: #C0C0C0. Windows color (decimal): -4273762 or 10406334. OLE color: 10406334.
HSL color Cylindrical-coordinate representation of color #BEC99E: hue angle of 75.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC99E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 158 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.21 |
| HSL | 75.35º | 0.28% | 0.7% | - |
| HSV(B) | 75.35º | 0.21% | 0.79% | - |
| XYZ | 48.29 | 55.19 | 40.45 | - |
| YUV | 192.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 158 | 0.05 | 0 | 0.21 | 0.21 | 75.35 | 0.28 | 0.7 |
| Hex | BE | C9 | 9E | 5 | 0 | 15 | 15 | 4B | 1C | 46 |
| Octal | 276 | 311 | 236 | 5 | 0 | 25 | 25 | 113 | 34 | 106 |
| Binary | 10111110 | 11001001 | 10011110 | 101 | 0 | 10101 | 10101 | 1001011 | 11100 | 1000110 |
Color Harmonies of #BEC99E
Complementary color
Monochromatic Colors of #BEC99E
Black with #BEC99E
Text Example
Text Example
White with #BEC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC99E; }
p { color: rgb(190,201,158); }
H1.HeaderClassName
{
color: #BEC99E;
}
.AnyTagClassName
{
color: #BEC99E;
}
</style>
background-color css
<style>
a { background-color: #BEC99E; }
a { background-color: rgb(190,201,158); }
div.DivClassName
{
background-color: #BEC99E;
}
.BgClassName
{
background-color: #BEC99E;
}
</style>
border-color css
<style>
span { border-color: #BEC99E; }
span { border-color: rgb(190,201,158); }
td.TdClassName
{
border-color: #BEC99E;
}
.TagClassName
{
border-color: #BEC99E;
}
</style>