Shades of Green Mist #BEC698
Tints of Green Mist #BEC698
RGB
CMYK
RGB Variations
Color information
#BEC698 (or 0xBEC698) is known color: Green Mist. HEX triplet: BE, C6 and 98. RGB value is (190,198,152). Sum of RGB (Red+Green+Blue) = 190+198+152=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC698 is #413967. Grayscale: #BEBEBE. Windows color (decimal): -4274536 or 10012350. OLE color: 10012350.
HSL color Cylindrical-coordinate representation of color #BEC698: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC698 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 152 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.22 |
| HSL | 70.43º | 0.29% | 0.69% | - |
| HSV(B) | 70.43º | 0.23% | 0.78% | - |
| XYZ | 47.1 | 53.6 | 37.57 | - |
| YUV | 190.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 152 | 0.04 | 0 | 0.23 | 0.22 | 70.43 | 0.29 | 0.69 |
| Hex | BE | C6 | 98 | 4 | 0 | 17 | 16 | 46 | 1D | 45 |
| Octal | 276 | 306 | 230 | 4 | 0 | 27 | 26 | 106 | 35 | 105 |
| Binary | 10111110 | 11000110 | 10011000 | 100 | 0 | 10111 | 10110 | 1000110 | 11101 | 1000101 |
Color Harmonies of #BEC698
Complementary color
Monochromatic Colors of #BEC698
Black with #BEC698
Text Example
Text Example
White with #BEC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC698; }
p { color: rgb(190,198,152); }
H1.HeaderClassName
{
color: #BEC698;
}
.AnyTagClassName
{
color: #BEC698;
}
</style>
background-color css
<style>
a { background-color: #BEC698; }
a { background-color: rgb(190,198,152); }
div.DivClassName
{
background-color: #BEC698;
}
.BgClassName
{
background-color: #BEC698;
}
</style>
border-color css
<style>
span { border-color: #BEC698; }
span { border-color: rgb(190,198,152); }
td.TdClassName
{
border-color: #BEC698;
}
.TagClassName
{
border-color: #BEC698;
}
</style>