Shades of Green Mist #BFC98A
Tints of Green Mist #BFC98A
RGB
CMYK
RGB Variations
Color information
#BFC98A (or 0xBFC98A) is known color: Green Mist. HEX triplet: BF, C9 and 8A. RGB value is (191,201,138). Sum of RGB (Red+Green+Blue) = 191+201+138=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98A is #403675. Grayscale: #BFBFBF. Windows color (decimal): -4208246 or 9095615. OLE color: 9095615.
HSL color Cylindrical-coordinate representation of color #BFC98A: hue angle of 69.52º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC98A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 138 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.21 |
| HSL | 69.52º | 0.37% | 0.66% | - |
| HSV(B) | 69.52º | 0.31% | 0.79% | - |
| XYZ | 46.96 | 54.68 | 32.12 | - |
| YUV | 190.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 138 | 0.05 | 0 | 0.31 | 0.21 | 69.52 | 0.37 | 0.66 |
| Hex | BF | C9 | 8A | 5 | 0 | 1F | 15 | 46 | 25 | 42 |
| Octal | 277 | 311 | 212 | 5 | 0 | 37 | 25 | 106 | 45 | 102 |
| Binary | 10111111 | 11001001 | 10001010 | 101 | 0 | 11111 | 10101 | 1000110 | 100101 | 1000010 |
Color Harmonies of #BFC98A
Complementary color
Monochromatic Colors of #BFC98A
Black with #BFC98A
Text Example
Text Example
White with #BFC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC98A; }
p { color: rgb(191,201,138); }
H1.HeaderClassName
{
color: #BFC98A;
}
.AnyTagClassName
{
color: #BFC98A;
}
</style>
background-color css
<style>
a { background-color: #BFC98A; }
a { background-color: rgb(191,201,138); }
div.DivClassName
{
background-color: #BFC98A;
}
.BgClassName
{
background-color: #BFC98A;
}
</style>
border-color css
<style>
span { border-color: #BFC98A; }
span { border-color: rgb(191,201,138); }
td.TdClassName
{
border-color: #BFC98A;
}
.TagClassName
{
border-color: #BFC98A;
}
</style>