Shades of Green Mist #BEC58F
Tints of Green Mist #BEC58F
RGB
CMYK
RGB Variations
Color information
#BEC58F (or 0xBEC58F) is known color: Green Mist. HEX triplet: BE, C5 and 8F. RGB value is (190,197,143). Sum of RGB (Red+Green+Blue) = 190+197+143=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC58F is #413A70. Grayscale: #BCBCBC. Windows color (decimal): -4274801 or 9422270. OLE color: 9422270.
HSL color Cylindrical-coordinate representation of color #BEC58F: hue angle of 67.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEC58F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 143 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.23 |
| HSL | 67.78º | 0.32% | 0.67% | - |
| HSV(B) | 67.78º | 0.27% | 0.77% | - |
| XYZ | 46.16 | 52.86 | 33.76 | - |
| YUV | 188.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 143 | 0.04 | 0 | 0.27 | 0.23 | 67.78 | 0.32 | 0.67 |
| Hex | BE | C5 | 8F | 4 | 0 | 1B | 17 | 44 | 20 | 43 |
| Octal | 276 | 305 | 217 | 4 | 0 | 33 | 27 | 104 | 40 | 103 |
| Binary | 10111110 | 11000101 | 10001111 | 100 | 0 | 11011 | 10111 | 1000100 | 100000 | 1000011 |
Color Harmonies of #BEC58F
Complementary color
Monochromatic Colors of #BEC58F
Black with #BEC58F
Text Example
Text Example
White with #BEC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC58F; }
p { color: rgb(190,197,143); }
H1.HeaderClassName
{
color: #BEC58F;
}
.AnyTagClassName
{
color: #BEC58F;
}
</style>
background-color css
<style>
a { background-color: #BEC58F; }
a { background-color: rgb(190,197,143); }
div.DivClassName
{
background-color: #BEC58F;
}
.BgClassName
{
background-color: #BEC58F;
}
</style>
border-color css
<style>
span { border-color: #BEC58F; }
span { border-color: rgb(190,197,143); }
td.TdClassName
{
border-color: #BEC58F;
}
.TagClassName
{
border-color: #BEC58F;
}
</style>