Shades of Green Mist #BEC59B
Tints of Green Mist #BEC59B
RGB
CMYK
RGB Variations
Color information
#BEC59B (or 0xBEC59B) is known color: Green Mist. HEX triplet: BE, C5 and 9B. RGB value is (190,197,155). Sum of RGB (Red+Green+Blue) = 190+197+155=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC59B is #413A64. Grayscale: #BEBEBE. Windows color (decimal): -4274789 or 10208702. OLE color: 10208702.
HSL color Cylindrical-coordinate representation of color #BEC59B: hue angle of 70º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC59B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 155 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.23 |
| HSL | 70º | 0.27% | 0.69% | - |
| HSV(B) | 70º | 0.21% | 0.77% | - |
| XYZ | 47.12 | 53.25 | 38.8 | - |
| YUV | 190.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 155 | 0.04 | 0 | 0.21 | 0.23 | 70 | 0.27 | 0.69 |
| Hex | BE | C5 | 9B | 4 | 0 | 15 | 17 | 46 | 1B | 45 |
| Octal | 276 | 305 | 233 | 4 | 0 | 25 | 27 | 106 | 33 | 105 |
| Binary | 10111110 | 11000101 | 10011011 | 100 | 0 | 10101 | 10111 | 1000110 | 11011 | 1000101 |
Color Harmonies of #BEC59B
Complementary color
Monochromatic Colors of #BEC59B
Black with #BEC59B
Text Example
Text Example
White with #BEC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC59B; }
p { color: rgb(190,197,155); }
H1.HeaderClassName
{
color: #BEC59B;
}
.AnyTagClassName
{
color: #BEC59B;
}
</style>
background-color css
<style>
a { background-color: #BEC59B; }
a { background-color: rgb(190,197,155); }
div.DivClassName
{
background-color: #BEC59B;
}
.BgClassName
{
background-color: #BEC59B;
}
</style>
border-color css
<style>
span { border-color: #BEC59B; }
span { border-color: rgb(190,197,155); }
td.TdClassName
{
border-color: #BEC59B;
}
.TagClassName
{
border-color: #BEC59B;
}
</style>