Shades of Green Mist #BFC99A
Tints of Green Mist #BFC99A
RGB
CMYK
RGB Variations
Color information
#BFC99A (or 0xBFC99A) is known color: Green Mist. HEX triplet: BF, C9 and 9A. RGB value is (191,201,154). Sum of RGB (Red+Green+Blue) = 191+201+154=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99A is #403665. Grayscale: #C0C0C0. Windows color (decimal): -4208230 or 10144191. OLE color: 10144191.
HSL color Cylindrical-coordinate representation of color #BFC99A: hue angle of 72.77º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC99A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 154 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.21 |
| HSL | 72.77º | 0.3% | 0.7% | - |
| HSV(B) | 72.77º | 0.23% | 0.79% | - |
| XYZ | 48.21 | 55.18 | 38.68 | - |
| YUV | 192.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 154 | 0.05 | 0 | 0.23 | 0.21 | 72.77 | 0.3 | 0.7 |
| Hex | BF | C9 | 9A | 5 | 0 | 17 | 15 | 49 | 1E | 46 |
| Octal | 277 | 311 | 232 | 5 | 0 | 27 | 25 | 111 | 36 | 106 |
| Binary | 10111111 | 11001001 | 10011010 | 101 | 0 | 10111 | 10101 | 1001001 | 11110 | 1000110 |
Color Harmonies of #BFC99A
Complementary color
Monochromatic Colors of #BFC99A
Black with #BFC99A
Text Example
Text Example
White with #BFC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC99A; }
p { color: rgb(191,201,154); }
H1.HeaderClassName
{
color: #BFC99A;
}
.AnyTagClassName
{
color: #BFC99A;
}
</style>
background-color css
<style>
a { background-color: #BFC99A; }
a { background-color: rgb(191,201,154); }
div.DivClassName
{
background-color: #BFC99A;
}
.BgClassName
{
background-color: #BFC99A;
}
</style>
border-color css
<style>
span { border-color: #BFC99A; }
span { border-color: rgb(191,201,154); }
td.TdClassName
{
border-color: #BFC99A;
}
.TagClassName
{
border-color: #BFC99A;
}
</style>