Shades of Sprout #BECF9F
Tints of Sprout #BECF9F
RGB
CMYK
RGB Variations
Color information
#BECF9F (or 0xBECF9F) is known color: Sprout. HEX triplet: BE, CF and 9F. RGB value is (190,207,159). Sum of RGB (Red+Green+Blue) = 190+207+159=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF9F is #413060. Grayscale: #C4C4C4. Windows color (decimal): -4272225 or 10473406. OLE color: 10473406.
HSL color Cylindrical-coordinate representation of color #BECF9F: hue angle of 81.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECF9F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 159 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.19 |
| HSL | 81.25º | 0.33% | 0.72% | - |
| HSV(B) | 81.25º | 0.23% | 0.81% | - |
| XYZ | 49.81 | 58.08 | 41.39 | - |
| YUV | 196.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 159 | 0.08 | 0 | 0.23 | 0.19 | 81.25 | 0.33 | 0.72 |
| Hex | BE | CF | 9F | 8 | 0 | 17 | 13 | 51 | 21 | 48 |
| Octal | 276 | 317 | 237 | 10 | 0 | 27 | 23 | 121 | 41 | 110 |
| Binary | 10111110 | 11001111 | 10011111 | 1000 | 0 | 10111 | 10011 | 1010001 | 100001 | 1001000 |
Color Harmonies of #BECF9F
Complementary color
Monochromatic Colors of #BECF9F
Black with #BECF9F
Text Example
Text Example
White with #BECF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF9F; }
p { color: rgb(190,207,159); }
H1.HeaderClassName
{
color: #BECF9F;
}
.AnyTagClassName
{
color: #BECF9F;
}
</style>
background-color css
<style>
a { background-color: #BECF9F; }
a { background-color: rgb(190,207,159); }
div.DivClassName
{
background-color: #BECF9F;
}
.BgClassName
{
background-color: #BECF9F;
}
</style>
border-color css
<style>
span { border-color: #BECF9F; }
span { border-color: rgb(190,207,159); }
td.TdClassName
{
border-color: #BECF9F;
}
.TagClassName
{
border-color: #BECF9F;
}
</style>