Shades of Sprout #BEC89E
Tints of Sprout #BEC89E
RGB
CMYK
RGB Variations
Color information
#BEC89E (or 0xBEC89E) is known color: Sprout. HEX triplet: BE, C8 and 9E. RGB value is (190,200,158). Sum of RGB (Red+Green+Blue) = 190+200+158=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89E is #413761. Grayscale: #C0C0C0. Windows color (decimal): -4274018 or 10406078. OLE color: 10406078.
HSL color Cylindrical-coordinate representation of color #BEC89E: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC89E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 158 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.22 |
| HSL | 74.29º | 0.28% | 0.7% | - |
| HSV(B) | 74.29º | 0.21% | 0.78% | - |
| XYZ | 48.06 | 54.72 | 40.38 | - |
| YUV | 192.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 158 | 0.05 | 0 | 0.21 | 0.22 | 74.29 | 0.28 | 0.7 |
| Hex | BE | C8 | 9E | 5 | 0 | 15 | 16 | 4A | 1C | 46 |
| Octal | 276 | 310 | 236 | 5 | 0 | 25 | 26 | 112 | 34 | 106 |
| Binary | 10111110 | 11001000 | 10011110 | 101 | 0 | 10101 | 10110 | 1001010 | 11100 | 1000110 |
Color Harmonies of #BEC89E
Complementary color
Monochromatic Colors of #BEC89E
Black with #BEC89E
Text Example
Text Example
White with #BEC89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC89E; }
p { color: rgb(190,200,158); }
H1.HeaderClassName
{
color: #BEC89E;
}
.AnyTagClassName
{
color: #BEC89E;
}
</style>
background-color css
<style>
a { background-color: #BEC89E; }
a { background-color: rgb(190,200,158); }
div.DivClassName
{
background-color: #BEC89E;
}
.BgClassName
{
background-color: #BEC89E;
}
</style>
border-color css
<style>
span { border-color: #BEC89E; }
span { border-color: rgb(190,200,158); }
td.TdClassName
{
border-color: #BEC89E;
}
.TagClassName
{
border-color: #BEC89E;
}
</style>