Shades of Green Mist #BEC89B
Tints of Green Mist #BEC89B
RGB
CMYK
RGB Variations
Color information
#BEC89B (or 0xBEC89B) is known color: Green Mist. HEX triplet: BE, C8 and 9B. RGB value is (190,200,155). Sum of RGB (Red+Green+Blue) = 190+200+155=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89B is #413764. Grayscale: #C0C0C0. Windows color (decimal): -4274021 or 10209470. OLE color: 10209470.
HSL color Cylindrical-coordinate representation of color #BEC89B: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC89B is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 155 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.22 |
| HSL | 73.33º | 0.29% | 0.7% | - |
| HSV(B) | 73.33º | 0.23% | 0.78% | - |
| XYZ | 47.81 | 54.62 | 39.03 | - |
| YUV | 191.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 155 | 0.05 | 0 | 0.22 | 0.22 | 73.33 | 0.29 | 0.7 |
| Hex | BE | C8 | 9B | 5 | 0 | 16 | 16 | 49 | 1D | 46 |
| Octal | 276 | 310 | 233 | 5 | 0 | 26 | 26 | 111 | 35 | 106 |
| Binary | 10111110 | 11001000 | 10011011 | 101 | 0 | 10110 | 10110 | 1001001 | 11101 | 1000110 |
Color Harmonies of #BEC89B
Complementary color
Monochromatic Colors of #BEC89B
Black with #BEC89B
Text Example
Text Example
White with #BEC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC89B; }
p { color: rgb(190,200,155); }
H1.HeaderClassName
{
color: #BEC89B;
}
.AnyTagClassName
{
color: #BEC89B;
}
</style>
background-color css
<style>
a { background-color: #BEC89B; }
a { background-color: rgb(190,200,155); }
div.DivClassName
{
background-color: #BEC89B;
}
.BgClassName
{
background-color: #BEC89B;
}
</style>
border-color css
<style>
span { border-color: #BEC89B; }
span { border-color: rgb(190,200,155); }
td.TdClassName
{
border-color: #BEC89B;
}
.TagClassName
{
border-color: #BEC89B;
}
</style>