Shades of Green Mist #BEC099
Tints of Green Mist #BEC099
RGB
CMYK
RGB Variations
Color information
#BEC099 (or 0xBEC099) is known color: Green Mist. HEX triplet: BE, C0 and 99. RGB value is (190,192,153). Sum of RGB (Red+Green+Blue) = 190+192+153=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC099 is #413F66. Grayscale: #BBBBBB. Windows color (decimal): -4276071 or 10076350. OLE color: 10076350.
HSL color Cylindrical-coordinate representation of color #BEC099: hue angle of 63.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC099 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 153 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.25 |
| HSL | 63.08º | 0.24% | 0.68% | - |
| HSV(B) | 63.08º | 0.2% | 0.75% | - |
| XYZ | 45.83 | 50.95 | 37.55 | - |
| YUV | 186.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 153 | 0.01 | 0 | 0.20 | 0.25 | 63.08 | 0.24 | 0.68 |
| Hex | BE | C0 | 99 | 1 | 0 | 14 | 19 | 3F | 18 | 44 |
| Octal | 276 | 300 | 231 | 1 | 0 | 24 | 31 | 77 | 30 | 104 |
| Binary | 10111110 | 11000000 | 10011001 | 1 | 0 | 10100 | 11001 | 111111 | 11000 | 1000100 |
Color Harmonies of #BEC099
Complementary color
Monochromatic Colors of #BEC099
Black with #BEC099
Text Example
Text Example
White with #BEC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC099; }
p { color: rgb(190,192,153); }
H1.HeaderClassName
{
color: #BEC099;
}
.AnyTagClassName
{
color: #BEC099;
}
</style>
background-color css
<style>
a { background-color: #BEC099; }
a { background-color: rgb(190,192,153); }
div.DivClassName
{
background-color: #BEC099;
}
.BgClassName
{
background-color: #BEC099;
}
</style>
border-color css
<style>
span { border-color: #BEC099; }
span { border-color: rgb(190,192,153); }
td.TdClassName
{
border-color: #BEC099;
}
.TagClassName
{
border-color: #BEC099;
}
</style>