Shades of Green Mist #BFC38E
Tints of Green Mist #BFC38E
RGB
CMYK
RGB Variations
Color information
#BFC38E (or 0xBFC38E) is known color: Green Mist. HEX triplet: BF, C3 and 8E. RGB value is (191,195,142). Sum of RGB (Red+Green+Blue) = 191+195+142=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC38E is #403C71. Grayscale: #BBBBBB. Windows color (decimal): -4209778 or 9356223. OLE color: 9356223.
HSL color Cylindrical-coordinate representation of color #BFC38E: hue angle of 64.53º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC38E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 142 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.24 |
| HSL | 64.53º | 0.31% | 0.66% | - |
| HSV(B) | 64.53º | 0.27% | 0.76% | - |
| XYZ | 45.88 | 52.06 | 33.22 | - |
| YUV | 187.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 142 | 0.02 | 0 | 0.27 | 0.24 | 64.53 | 0.31 | 0.66 |
| Hex | BF | C3 | 8E | 2 | 0 | 1B | 18 | 41 | 1F | 42 |
| Octal | 277 | 303 | 216 | 2 | 0 | 33 | 30 | 101 | 37 | 102 |
| Binary | 10111111 | 11000011 | 10001110 | 10 | 0 | 11011 | 11000 | 1000001 | 11111 | 1000010 |
Color Harmonies of #BFC38E
Complementary color
Monochromatic Colors of #BFC38E
Black with #BFC38E
Text Example
Text Example
White with #BFC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC38E; }
p { color: rgb(191,195,142); }
H1.HeaderClassName
{
color: #BFC38E;
}
.AnyTagClassName
{
color: #BFC38E;
}
</style>
background-color css
<style>
a { background-color: #BFC38E; }
a { background-color: rgb(191,195,142); }
div.DivClassName
{
background-color: #BFC38E;
}
.BgClassName
{
background-color: #BFC38E;
}
</style>
border-color css
<style>
span { border-color: #BFC38E; }
span { border-color: rgb(191,195,142); }
td.TdClassName
{
border-color: #BFC38E;
}
.TagClassName
{
border-color: #BFC38E;
}
</style>