Shades of Green Mist #BFC19A
Tints of Green Mist #BFC19A
RGB
CMYK
RGB Variations
Color information
#BFC19A (or 0xBFC19A) is known color: Green Mist. HEX triplet: BF, C1 and 9A. RGB value is (191,193,154). Sum of RGB (Red+Green+Blue) = 191+193+154=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC19A is #403E65. Grayscale: #BCBCBC. Windows color (decimal): -4210278 or 10142143. OLE color: 10142143.
HSL color Cylindrical-coordinate representation of color #BFC19A: hue angle of 63.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC19A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 154 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.24 |
| HSL | 63.08º | 0.24% | 0.68% | - |
| HSV(B) | 63.08º | 0.2% | 0.76% | - |
| XYZ | 46.39 | 51.55 | 38.08 | - |
| YUV | 187.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 154 | 0.01 | 0 | 0.20 | 0.24 | 63.08 | 0.24 | 0.68 |
| Hex | BF | C1 | 9A | 1 | 0 | 14 | 18 | 3F | 18 | 44 |
| Octal | 277 | 301 | 232 | 1 | 0 | 24 | 30 | 77 | 30 | 104 |
| Binary | 10111111 | 11000001 | 10011010 | 1 | 0 | 10100 | 11000 | 111111 | 11000 | 1000100 |
Color Harmonies of #BFC19A
Complementary color
Monochromatic Colors of #BFC19A
Black with #BFC19A
Text Example
Text Example
White with #BFC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC19A; }
p { color: rgb(191,193,154); }
H1.HeaderClassName
{
color: #BFC19A;
}
.AnyTagClassName
{
color: #BFC19A;
}
</style>
background-color css
<style>
a { background-color: #BFC19A; }
a { background-color: rgb(191,193,154); }
div.DivClassName
{
background-color: #BFC19A;
}
.BgClassName
{
background-color: #BFC19A;
}
</style>
border-color css
<style>
span { border-color: #BFC19A; }
span { border-color: rgb(191,193,154); }
td.TdClassName
{
border-color: #BFC19A;
}
.TagClassName
{
border-color: #BFC19A;
}
</style>