Shades of Green Mist #BEC29C
Tints of Green Mist #BEC29C
RGB
CMYK
RGB Variations
Color information
#BEC29C (or 0xBEC29C) is known color: Green Mist. HEX triplet: BE, C2 and 9C. RGB value is (190,194,156). Sum of RGB (Red+Green+Blue) = 190+194+156=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29C is #413D63. Grayscale: #BCBCBC. Windows color (decimal): -4275556 or 10273470. OLE color: 10273470.
HSL color Cylindrical-coordinate representation of color #BEC29C: hue angle of 66.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC29C is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 156 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.24 |
| HSL | 66.32º | 0.24% | 0.69% | - |
| HSV(B) | 66.32º | 0.2% | 0.76% | - |
| XYZ | 46.53 | 51.93 | 39.02 | - |
| YUV | 188.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 156 | 0.02 | 0 | 0.20 | 0.24 | 66.32 | 0.24 | 0.69 |
| Hex | BE | C2 | 9C | 2 | 0 | 14 | 18 | 42 | 18 | 45 |
| Octal | 276 | 302 | 234 | 2 | 0 | 24 | 30 | 102 | 30 | 105 |
| Binary | 10111110 | 11000010 | 10011100 | 10 | 0 | 10100 | 11000 | 1000010 | 11000 | 1000101 |
Color Harmonies of #BEC29C
Complementary color
Monochromatic Colors of #BEC29C
Black with #BEC29C
Text Example
Text Example
White with #BEC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC29C; }
p { color: rgb(190,194,156); }
H1.HeaderClassName
{
color: #BEC29C;
}
.AnyTagClassName
{
color: #BEC29C;
}
</style>
background-color css
<style>
a { background-color: #BEC29C; }
a { background-color: rgb(190,194,156); }
div.DivClassName
{
background-color: #BEC29C;
}
.BgClassName
{
background-color: #BEC29C;
}
</style>
border-color css
<style>
span { border-color: #BEC29C; }
span { border-color: rgb(190,194,156); }
td.TdClassName
{
border-color: #BEC29C;
}
.TagClassName
{
border-color: #BEC29C;
}
</style>