Shades of Green Mist #BEC699
Tints of Green Mist #BEC699
RGB
CMYK
RGB Variations
Color information
#BEC699 (or 0xBEC699) is known color: Green Mist. HEX triplet: BE, C6 and 99. RGB value is (190,198,153). Sum of RGB (Red+Green+Blue) = 190+198+153=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC699 is #413966. Grayscale: #BEBEBE. Windows color (decimal): -4274535 or 10077886. OLE color: 10077886.
HSL color Cylindrical-coordinate representation of color #BEC699: hue angle of 70.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC699 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 153 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.22 |
| HSL | 70.67º | 0.28% | 0.69% | - |
| HSV(B) | 70.67º | 0.23% | 0.78% | - |
| XYZ | 47.18 | 53.64 | 38 | - |
| YUV | 190.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 153 | 0.04 | 0 | 0.23 | 0.22 | 70.67 | 0.28 | 0.69 |
| Hex | BE | C6 | 99 | 4 | 0 | 17 | 16 | 47 | 1C | 45 |
| Octal | 276 | 306 | 231 | 4 | 0 | 27 | 26 | 107 | 34 | 105 |
| Binary | 10111110 | 11000110 | 10011001 | 100 | 0 | 10111 | 10110 | 1000111 | 11100 | 1000101 |
Color Harmonies of #BEC699
Complementary color
Monochromatic Colors of #BEC699
Black with #BEC699
Text Example
Text Example
White with #BEC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC699; }
p { color: rgb(190,198,153); }
H1.HeaderClassName
{
color: #BEC699;
}
.AnyTagClassName
{
color: #BEC699;
}
</style>
background-color css
<style>
a { background-color: #BEC699; }
a { background-color: rgb(190,198,153); }
div.DivClassName
{
background-color: #BEC699;
}
.BgClassName
{
background-color: #BEC699;
}
</style>
border-color css
<style>
span { border-color: #BEC699; }
span { border-color: rgb(190,198,153); }
td.TdClassName
{
border-color: #BEC699;
}
.TagClassName
{
border-color: #BEC699;
}
</style>