Shades of Green Mist #BFC99C
Tints of Green Mist #BFC99C
RGB
CMYK
RGB Variations
Color information
#BFC99C (or 0xBFC99C) is known color: Green Mist. HEX triplet: BF, C9 and 9C. RGB value is (191,201,156). Sum of RGB (Red+Green+Blue) = 191+201+156=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99C is #403663. Grayscale: #C1C1C1. Windows color (decimal): -4208228 or 10275263. OLE color: 10275263.
HSL color Cylindrical-coordinate representation of color #BFC99C: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC99C is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 156 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.21 |
| HSL | 73.33º | 0.29% | 0.7% | - |
| HSV(B) | 73.33º | 0.22% | 0.79% | - |
| XYZ | 48.37 | 55.25 | 39.57 | - |
| YUV | 192.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 156 | 0.05 | 0 | 0.22 | 0.21 | 73.33 | 0.29 | 0.7 |
| Hex | BF | C9 | 9C | 5 | 0 | 16 | 15 | 49 | 1D | 46 |
| Octal | 277 | 311 | 234 | 5 | 0 | 26 | 25 | 111 | 35 | 106 |
| Binary | 10111111 | 11001001 | 10011100 | 101 | 0 | 10110 | 10101 | 1001001 | 11101 | 1000110 |
Color Harmonies of #BFC99C
Complementary color
Monochromatic Colors of #BFC99C
Black with #BFC99C
Text Example
Text Example
White with #BFC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC99C; }
p { color: rgb(191,201,156); }
H1.HeaderClassName
{
color: #BFC99C;
}
.AnyTagClassName
{
color: #BFC99C;
}
</style>
background-color css
<style>
a { background-color: #BFC99C; }
a { background-color: rgb(191,201,156); }
div.DivClassName
{
background-color: #BFC99C;
}
.BgClassName
{
background-color: #BFC99C;
}
</style>
border-color css
<style>
span { border-color: #BFC99C; }
span { border-color: rgb(191,201,156); }
td.TdClassName
{
border-color: #BFC99C;
}
.TagClassName
{
border-color: #BFC99C;
}
</style>