Shades of Green Mist #BFC28E
Tints of Green Mist #BFC28E
RGB
CMYK
RGB Variations
Color information
#BFC28E (or 0xBFC28E) is known color: Green Mist. HEX triplet: BF, C2 and 8E. RGB value is (191,194,142). Sum of RGB (Red+Green+Blue) = 191+194+142=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC28E is #403D71. Grayscale: #BBBBBB. Windows color (decimal): -4210034 or 9355967. OLE color: 9355967.
HSL color Cylindrical-coordinate representation of color #BFC28E: hue angle of 63.46º degrees, saturation: 0.3, 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 #BFC28E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 142 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.24 |
| HSL | 63.46º | 0.3% | 0.66% | - |
| HSV(B) | 63.46º | 0.27% | 0.76% | - |
| XYZ | 45.66 | 51.61 | 33.15 | - |
| YUV | 187.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 142 | 0.02 | 0 | 0.27 | 0.24 | 63.46 | 0.3 | 0.66 |
| Hex | BF | C2 | 8E | 2 | 0 | 1B | 18 | 3F | 1E | 42 |
| Octal | 277 | 302 | 216 | 2 | 0 | 33 | 30 | 77 | 36 | 102 |
| Binary | 10111111 | 11000010 | 10001110 | 10 | 0 | 11011 | 11000 | 111111 | 11110 | 1000010 |
Color Harmonies of #BFC28E
Complementary color
Monochromatic Colors of #BFC28E
Black with #BFC28E
Text Example
Text Example
White with #BFC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC28E; }
p { color: rgb(191,194,142); }
H1.HeaderClassName
{
color: #BFC28E;
}
.AnyTagClassName
{
color: #BFC28E;
}
</style>
background-color css
<style>
a { background-color: #BFC28E; }
a { background-color: rgb(191,194,142); }
div.DivClassName
{
background-color: #BFC28E;
}
.BgClassName
{
background-color: #BFC28E;
}
</style>
border-color css
<style>
span { border-color: #BFC28E; }
span { border-color: rgb(191,194,142); }
td.TdClassName
{
border-color: #BFC28E;
}
.TagClassName
{
border-color: #BFC28E;
}
</style>