Shades of Green Mist #BEC68D
Tints of Green Mist #BEC68D
RGB
CMYK
RGB Variations
Color information
#BEC68D (or 0xBEC68D) is known color: Green Mist. HEX triplet: BE, C6 and 8D. RGB value is (190,198,141). Sum of RGB (Red+Green+Blue) = 190+198+141=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC68D is #413972. Grayscale: #BDBDBD. Windows color (decimal): -4274547 or 9291454. OLE color: 9291454.
HSL color Cylindrical-coordinate representation of color #BEC68D: hue angle of 68.42º degrees, saturation: 0.33, 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 #BEC68D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 141 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.22 |
| HSL | 68.42º | 0.33% | 0.66% | - |
| HSV(B) | 68.42º | 0.29% | 0.78% | - |
| XYZ | 46.24 | 53.26 | 33.04 | - |
| YUV | 189.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 141 | 0.04 | 0 | 0.29 | 0.22 | 68.42 | 0.33 | 0.66 |
| Hex | BE | C6 | 8D | 4 | 0 | 1D | 16 | 44 | 21 | 42 |
| Octal | 276 | 306 | 215 | 4 | 0 | 35 | 26 | 104 | 41 | 102 |
| Binary | 10111110 | 11000110 | 10001101 | 100 | 0 | 11101 | 10110 | 1000100 | 100001 | 1000010 |
Color Harmonies of #BEC68D
Complementary color
Monochromatic Colors of #BEC68D
Black with #BEC68D
Text Example
Text Example
White with #BEC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC68D; }
p { color: rgb(190,198,141); }
H1.HeaderClassName
{
color: #BEC68D;
}
.AnyTagClassName
{
color: #BEC68D;
}
</style>
background-color css
<style>
a { background-color: #BEC68D; }
a { background-color: rgb(190,198,141); }
div.DivClassName
{
background-color: #BEC68D;
}
.BgClassName
{
background-color: #BEC68D;
}
</style>
border-color css
<style>
span { border-color: #BEC68D; }
span { border-color: rgb(190,198,141); }
td.TdClassName
{
border-color: #BEC68D;
}
.TagClassName
{
border-color: #BEC68D;
}
</style>