Shades of Green Mist #BFC68E
Tints of Green Mist #BFC68E
RGB
CMYK
RGB Variations
Color information
#BFC68E (or 0xBFC68E) is known color: Green Mist. HEX triplet: BF, C6 and 8E. RGB value is (191,198,142). Sum of RGB (Red+Green+Blue) = 191+198+142=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC68E is #403971. Grayscale: #BDBDBD. Windows color (decimal): -4209010 or 9356991. OLE color: 9356991.
HSL color Cylindrical-coordinate representation of color #BFC68E: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC68E is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 142 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.22 |
| HSL | 67.5º | 0.33% | 0.67% | - |
| HSV(B) | 67.5º | 0.28% | 0.78% | - |
| XYZ | 46.56 | 53.42 | 33.45 | - |
| YUV | 189.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 142 | 0.04 | 0 | 0.28 | 0.22 | 67.5 | 0.33 | 0.67 |
| Hex | BF | C6 | 8E | 4 | 0 | 1C | 16 | 44 | 21 | 43 |
| Octal | 277 | 306 | 216 | 4 | 0 | 34 | 26 | 104 | 41 | 103 |
| Binary | 10111111 | 11000110 | 10001110 | 100 | 0 | 11100 | 10110 | 1000100 | 100001 | 1000011 |
Color Harmonies of #BFC68E
Complementary color
Monochromatic Colors of #BFC68E
Black with #BFC68E
Text Example
Text Example
White with #BFC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC68E; }
p { color: rgb(191,198,142); }
H1.HeaderClassName
{
color: #BFC68E;
}
.AnyTagClassName
{
color: #BFC68E;
}
</style>
background-color css
<style>
a { background-color: #BFC68E; }
a { background-color: rgb(191,198,142); }
div.DivClassName
{
background-color: #BFC68E;
}
.BgClassName
{
background-color: #BFC68E;
}
</style>
border-color css
<style>
span { border-color: #BFC68E; }
span { border-color: rgb(191,198,142); }
td.TdClassName
{
border-color: #BFC68E;
}
.TagClassName
{
border-color: #BFC68E;
}
</style>