Shades of Green Mist #BEC68C
Tints of Green Mist #BEC68C
RGB
CMYK
RGB Variations
Color information
#BEC68C (or 0xBEC68C) is known color: Green Mist. HEX triplet: BE, C6 and 8C. RGB value is (190,198,140). Sum of RGB (Red+Green+Blue) = 190+198+140=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC68C is #413973. Grayscale: #BDBDBD. Windows color (decimal): -4274548 or 9225918. OLE color: 9225918.
HSL color Cylindrical-coordinate representation of color #BEC68C: hue angle of 68.28º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEC68C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 140 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.22 |
| HSL | 68.28º | 0.34% | 0.66% | - |
| HSV(B) | 68.28º | 0.29% | 0.78% | - |
| XYZ | 46.16 | 53.23 | 32.65 | - |
| YUV | 189 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 140 | 0.04 | 0 | 0.29 | 0.22 | 68.28 | 0.34 | 0.66 |
| Hex | BE | C6 | 8C | 4 | 0 | 1D | 16 | 44 | 22 | 42 |
| Octal | 276 | 306 | 214 | 4 | 0 | 35 | 26 | 104 | 42 | 102 |
| Binary | 10111110 | 11000110 | 10001100 | 100 | 0 | 11101 | 10110 | 1000100 | 100010 | 1000010 |
Color Harmonies of #BEC68C
Complementary color
Monochromatic Colors of #BEC68C
Black with #BEC68C
Text Example
Text Example
White with #BEC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC68C; }
p { color: rgb(190,198,140); }
H1.HeaderClassName
{
color: #BEC68C;
}
.AnyTagClassName
{
color: #BEC68C;
}
</style>
background-color css
<style>
a { background-color: #BEC68C; }
a { background-color: rgb(190,198,140); }
div.DivClassName
{
background-color: #BEC68C;
}
.BgClassName
{
background-color: #BEC68C;
}
</style>
border-color css
<style>
span { border-color: #BEC68C; }
span { border-color: rgb(190,198,140); }
td.TdClassName
{
border-color: #BEC68C;
}
.TagClassName
{
border-color: #BEC68C;
}
</style>