Shades of Green Mist #BEC19A
Tints of Green Mist #BEC19A
RGB
CMYK
RGB Variations
Color information
#BEC19A (or 0xBEC19A) is known color: Green Mist. HEX triplet: BE, C1 and 9A. RGB value is (190,193,154). Sum of RGB (Red+Green+Blue) = 190+193+154=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC19A is #413E65. Grayscale: #BBBBBB. Windows color (decimal): -4275814 or 10142142. OLE color: 10142142.
HSL color Cylindrical-coordinate representation of color #BEC19A: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC19A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 154 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.24 |
| HSL | 64.62º | 0.24% | 0.68% | - |
| HSV(B) | 64.62º | 0.2% | 0.76% | - |
| XYZ | 46.14 | 51.42 | 38.07 | - |
| YUV | 187.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 154 | 0.02 | 0 | 0.20 | 0.24 | 64.62 | 0.24 | 0.68 |
| Hex | BE | C1 | 9A | 2 | 0 | 14 | 18 | 41 | 18 | 44 |
| Octal | 276 | 301 | 232 | 2 | 0 | 24 | 30 | 101 | 30 | 104 |
| Binary | 10111110 | 11000001 | 10011010 | 10 | 0 | 10100 | 11000 | 1000001 | 11000 | 1000100 |
Color Harmonies of #BEC19A
Complementary color
Monochromatic Colors of #BEC19A
Black with #BEC19A
Text Example
Text Example
White with #BEC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC19A; }
p { color: rgb(190,193,154); }
H1.HeaderClassName
{
color: #BEC19A;
}
.AnyTagClassName
{
color: #BEC19A;
}
</style>
background-color css
<style>
a { background-color: #BEC19A; }
a { background-color: rgb(190,193,154); }
div.DivClassName
{
background-color: #BEC19A;
}
.BgClassName
{
background-color: #BEC19A;
}
</style>
border-color css
<style>
span { border-color: #BEC19A; }
span { border-color: rgb(190,193,154); }
td.TdClassName
{
border-color: #BEC19A;
}
.TagClassName
{
border-color: #BEC19A;
}
</style>