Shades of Sprout #BEC99D
Tints of Sprout #BEC99D
RGB
CMYK
RGB Variations
Color information
#BEC99D (or 0xBEC99D) is known color: Sprout. HEX triplet: BE, C9 and 9D. RGB value is (190,201,157). Sum of RGB (Red+Green+Blue) = 190+201+157=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99D is #413662. Grayscale: #C0C0C0. Windows color (decimal): -4273763 or 10340798. OLE color: 10340798.
HSL color Cylindrical-coordinate representation of color #BEC99D: hue angle of 75º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC99D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 157 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.21 |
| HSL | 75º | 0.29% | 0.7% | - |
| HSV(B) | 75º | 0.22% | 0.79% | - |
| XYZ | 48.21 | 55.15 | 40 | - |
| YUV | 192.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 157 | 0.05 | 0 | 0.22 | 0.21 | 75 | 0.29 | 0.7 |
| Hex | BE | C9 | 9D | 5 | 0 | 16 | 15 | 4B | 1D | 46 |
| Octal | 276 | 311 | 235 | 5 | 0 | 26 | 25 | 113 | 35 | 106 |
| Binary | 10111110 | 11001001 | 10011101 | 101 | 0 | 10110 | 10101 | 1001011 | 11101 | 1000110 |
Color Harmonies of #BEC99D
Complementary color
Monochromatic Colors of #BEC99D
Black with #BEC99D
Text Example
Text Example
White with #BEC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC99D; }
p { color: rgb(190,201,157); }
H1.HeaderClassName
{
color: #BEC99D;
}
.AnyTagClassName
{
color: #BEC99D;
}
</style>
background-color css
<style>
a { background-color: #BEC99D; }
a { background-color: rgb(190,201,157); }
div.DivClassName
{
background-color: #BEC99D;
}
.BgClassName
{
background-color: #BEC99D;
}
</style>
border-color css
<style>
span { border-color: #BEC99D; }
span { border-color: rgb(190,201,157); }
td.TdClassName
{
border-color: #BEC99D;
}
.TagClassName
{
border-color: #BEC99D;
}
</style>