Shades of Green Mist #BEC08F
Tints of Green Mist #BEC08F
RGB
CMYK
RGB Variations
Color information
#BEC08F (or 0xBEC08F) is known color: Green Mist. HEX triplet: BE, C0 and 8F. RGB value is (190,192,143). Sum of RGB (Red+Green+Blue) = 190+192+143=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08F is #413F70. Grayscale: #BABABA. Windows color (decimal): -4276081 or 9420990. OLE color: 9420990.
HSL color Cylindrical-coordinate representation of color #BEC08F: hue angle of 62.45º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEC08F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 143 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.25 |
| HSL | 62.45º | 0.28% | 0.66% | - |
| HSV(B) | 62.45º | 0.26% | 0.75% | - |
| XYZ | 45.04 | 50.63 | 33.39 | - |
| YUV | 185.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 143 | 0.01 | 0 | 0.26 | 0.25 | 62.45 | 0.28 | 0.66 |
| Hex | BE | C0 | 8F | 1 | 0 | 1A | 19 | 3E | 1C | 42 |
| Octal | 276 | 300 | 217 | 1 | 0 | 32 | 31 | 76 | 34 | 102 |
| Binary | 10111110 | 11000000 | 10001111 | 1 | 0 | 11010 | 11001 | 111110 | 11100 | 1000010 |
Color Harmonies of #BEC08F
Complementary color
Monochromatic Colors of #BEC08F
Black with #BEC08F
Text Example
Text Example
White with #BEC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC08F; }
p { color: rgb(190,192,143); }
H1.HeaderClassName
{
color: #BEC08F;
}
.AnyTagClassName
{
color: #BEC08F;
}
</style>
background-color css
<style>
a { background-color: #BEC08F; }
a { background-color: rgb(190,192,143); }
div.DivClassName
{
background-color: #BEC08F;
}
.BgClassName
{
background-color: #BEC08F;
}
</style>
border-color css
<style>
span { border-color: #BEC08F; }
span { border-color: rgb(190,192,143); }
td.TdClassName
{
border-color: #BEC08F;
}
.TagClassName
{
border-color: #BEC08F;
}
</style>