Shades of Green Mist #BEC89A
Tints of Green Mist #BEC89A
RGB
CMYK
RGB Variations
Color information
#BEC89A (or 0xBEC89A) is known color: Green Mist. HEX triplet: BE, C8 and 9A. RGB value is (190,200,154). Sum of RGB (Red+Green+Blue) = 190+200+154=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89A is #413765. Grayscale: #BFBFBF. Windows color (decimal): -4274022 or 10143934. OLE color: 10143934.
HSL color Cylindrical-coordinate representation of color #BEC89A: hue angle of 73.04º 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 #BEC89A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 154 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 73.04º | 0.29% | 0.69% | - |
| HSV(B) | 73.04º | 0.23% | 0.78% | - |
| XYZ | 47.72 | 54.59 | 38.59 | - |
| YUV | 191.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 154 | 0.05 | 0 | 0.23 | 0.22 | 73.04 | 0.29 | 0.69 |
| Hex | BE | C8 | 9A | 5 | 0 | 17 | 16 | 49 | 1D | 45 |
| Octal | 276 | 310 | 232 | 5 | 0 | 27 | 26 | 111 | 35 | 105 |
| Binary | 10111110 | 11001000 | 10011010 | 101 | 0 | 10111 | 10110 | 1001001 | 11101 | 1000101 |
Color Harmonies of #BEC89A
Complementary color
Monochromatic Colors of #BEC89A
Black with #BEC89A
Text Example
Text Example
White with #BEC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC89A; }
p { color: rgb(190,200,154); }
H1.HeaderClassName
{
color: #BEC89A;
}
.AnyTagClassName
{
color: #BEC89A;
}
</style>
background-color css
<style>
a { background-color: #BEC89A; }
a { background-color: rgb(190,200,154); }
div.DivClassName
{
background-color: #BEC89A;
}
.BgClassName
{
background-color: #BEC89A;
}
</style>
border-color css
<style>
span { border-color: #BEC89A; }
span { border-color: rgb(190,200,154); }
td.TdClassName
{
border-color: #BEC89A;
}
.TagClassName
{
border-color: #BEC89A;
}
</style>