Shades of Green Mist #BEC09A
Tints of Green Mist #BEC09A
RGB
CMYK
RGB Variations
Color information
#BEC09A (or 0xBEC09A) is known color: Green Mist. HEX triplet: BE, C0 and 9A. RGB value is (190,192,154). Sum of RGB (Red+Green+Blue) = 190+192+154=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC09A is #413F65. Grayscale: #BBBBBB. Windows color (decimal): -4276070 or 10141886. OLE color: 10141886.
HSL color Cylindrical-coordinate representation of color #BEC09A: hue angle of 63.16º degrees, saturation: 0.23, 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 #BEC09A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 154 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.25 |
| HSL | 63.16º | 0.23% | 0.68% | - |
| HSV(B) | 63.16º | 0.2% | 0.75% | - |
| XYZ | 45.92 | 50.98 | 37.99 | - |
| YUV | 187.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 154 | 0.01 | 0 | 0.20 | 0.25 | 63.16 | 0.23 | 0.68 |
| Hex | BE | C0 | 9A | 1 | 0 | 14 | 19 | 3F | 17 | 44 |
| Octal | 276 | 300 | 232 | 1 | 0 | 24 | 31 | 77 | 27 | 104 |
| Binary | 10111110 | 11000000 | 10011010 | 1 | 0 | 10100 | 11001 | 111111 | 10111 | 1000100 |
Color Harmonies of #BEC09A
Complementary color
Monochromatic Colors of #BEC09A
Black with #BEC09A
Text Example
Text Example
White with #BEC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC09A; }
p { color: rgb(190,192,154); }
H1.HeaderClassName
{
color: #BEC09A;
}
.AnyTagClassName
{
color: #BEC09A;
}
</style>
background-color css
<style>
a { background-color: #BEC09A; }
a { background-color: rgb(190,192,154); }
div.DivClassName
{
background-color: #BEC09A;
}
.BgClassName
{
background-color: #BEC09A;
}
</style>
border-color css
<style>
span { border-color: #BEC09A; }
span { border-color: rgb(190,192,154); }
td.TdClassName
{
border-color: #BEC09A;
}
.TagClassName
{
border-color: #BEC09A;
}
</style>