Shades of Green Mist #BEC594
Tints of Green Mist #BEC594
RGB
CMYK
RGB Variations
Color information
#BEC594 (or 0xBEC594) is known color: Green Mist. HEX triplet: BE, C5 and 94. RGB value is (190,197,148). Sum of RGB (Red+Green+Blue) = 190+197+148=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC594 is #413A6B. Grayscale: #BDBDBD. Windows color (decimal): -4274796 or 9749950. OLE color: 9749950.
HSL color Cylindrical-coordinate representation of color #BEC594: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC594 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 148 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.23 |
| HSL | 68.57º | 0.3% | 0.68% | - |
| HSV(B) | 68.57º | 0.25% | 0.77% | - |
| XYZ | 46.55 | 53.02 | 35.8 | - |
| YUV | 189.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 148 | 0.04 | 0 | 0.25 | 0.23 | 68.57 | 0.3 | 0.68 |
| Hex | BE | C5 | 94 | 4 | 0 | 19 | 17 | 45 | 1E | 44 |
| Octal | 276 | 305 | 224 | 4 | 0 | 31 | 27 | 105 | 36 | 104 |
| Binary | 10111110 | 11000101 | 10010100 | 100 | 0 | 11001 | 10111 | 1000101 | 11110 | 1000100 |
Color Harmonies of #BEC594
Complementary color
Monochromatic Colors of #BEC594
Black with #BEC594
Text Example
Text Example
White with #BEC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC594; }
p { color: rgb(190,197,148); }
H1.HeaderClassName
{
color: #BEC594;
}
.AnyTagClassName
{
color: #BEC594;
}
</style>
background-color css
<style>
a { background-color: #BEC594; }
a { background-color: rgb(190,197,148); }
div.DivClassName
{
background-color: #BEC594;
}
.BgClassName
{
background-color: #BEC594;
}
</style>
border-color css
<style>
span { border-color: #BEC594; }
span { border-color: rgb(190,197,148); }
td.TdClassName
{
border-color: #BEC594;
}
.TagClassName
{
border-color: #BEC594;
}
</style>