Shades of Green Mist #BFC699
Tints of Green Mist #BFC699
RGB
CMYK
RGB Variations
Color information
#BFC699 (or 0xBFC699) is known color: Green Mist. HEX triplet: BF, C6 and 99. RGB value is (191,198,153). Sum of RGB (Red+Green+Blue) = 191+198+153=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC699 is #403966. Grayscale: #BEBEBE. Windows color (decimal): -4208999 or 10077887. OLE color: 10077887.
HSL color Cylindrical-coordinate representation of color #BFC699: hue angle of 69.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC699 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 153 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.22 |
| HSL | 69.33º | 0.28% | 0.69% | - |
| HSV(B) | 69.33º | 0.23% | 0.78% | - |
| XYZ | 47.43 | 53.76 | 38.01 | - |
| YUV | 190.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 153 | 0.04 | 0 | 0.23 | 0.22 | 69.33 | 0.28 | 0.69 |
| Hex | BF | C6 | 99 | 4 | 0 | 17 | 16 | 45 | 1C | 45 |
| Octal | 277 | 306 | 231 | 4 | 0 | 27 | 26 | 105 | 34 | 105 |
| Binary | 10111111 | 11000110 | 10011001 | 100 | 0 | 10111 | 10110 | 1000101 | 11100 | 1000101 |
Color Harmonies of #BFC699
Complementary color
Monochromatic Colors of #BFC699
Black with #BFC699
Text Example
Text Example
White with #BFC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC699; }
p { color: rgb(191,198,153); }
H1.HeaderClassName
{
color: #BFC699;
}
.AnyTagClassName
{
color: #BFC699;
}
</style>
background-color css
<style>
a { background-color: #BFC699; }
a { background-color: rgb(191,198,153); }
div.DivClassName
{
background-color: #BFC699;
}
.BgClassName
{
background-color: #BFC699;
}
</style>
border-color css
<style>
span { border-color: #BFC699; }
span { border-color: rgb(191,198,153); }
td.TdClassName
{
border-color: #BFC699;
}
.TagClassName
{
border-color: #BFC699;
}
</style>