Shades of Green Mist #BEC28E
Tints of Green Mist #BEC28E
RGB
CMYK
RGB Variations
Color information
#BEC28E (or 0xBEC28E) is known color: Green Mist. HEX triplet: BE, C2 and 8E. RGB value is (190,194,142). Sum of RGB (Red+Green+Blue) = 190+194+142=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28E is #413D71. Grayscale: #BBBBBB. Windows color (decimal): -4275570 or 9355966. OLE color: 9355966.
HSL color Cylindrical-coordinate representation of color #BEC28E: hue angle of 64.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEC28E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 142 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.24 |
| HSL | 64.62º | 0.3% | 0.66% | - |
| HSV(B) | 64.62º | 0.27% | 0.76% | - |
| XYZ | 45.41 | 51.48 | 33.14 | - |
| YUV | 186.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 142 | 0.02 | 0 | 0.27 | 0.24 | 64.62 | 0.3 | 0.66 |
| Hex | BE | C2 | 8E | 2 | 0 | 1B | 18 | 41 | 1E | 42 |
| Octal | 276 | 302 | 216 | 2 | 0 | 33 | 30 | 101 | 36 | 102 |
| Binary | 10111110 | 11000010 | 10001110 | 10 | 0 | 11011 | 11000 | 1000001 | 11110 | 1000010 |
Color Harmonies of #BEC28E
Complementary color
Monochromatic Colors of #BEC28E
Black with #BEC28E
Text Example
Text Example
White with #BEC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC28E; }
p { color: rgb(190,194,142); }
H1.HeaderClassName
{
color: #BEC28E;
}
.AnyTagClassName
{
color: #BEC28E;
}
</style>
background-color css
<style>
a { background-color: #BEC28E; }
a { background-color: rgb(190,194,142); }
div.DivClassName
{
background-color: #BEC28E;
}
.BgClassName
{
background-color: #BEC28E;
}
</style>
border-color css
<style>
span { border-color: #BEC28E; }
span { border-color: rgb(190,194,142); }
td.TdClassName
{
border-color: #BEC28E;
}
.TagClassName
{
border-color: #BEC28E;
}
</style>