Shades of Green Mist #BFC59D
Tints of Green Mist #BFC59D
RGB
CMYK
RGB Variations
Color information
#BFC59D (or 0xBFC59D) is known color: Green Mist. HEX triplet: BF, C5 and 9D. RGB value is (191,197,157). Sum of RGB (Red+Green+Blue) = 191+197+157=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC59D is #403A62. Grayscale: #BEBEBE. Windows color (decimal): -4209251 or 10339775. OLE color: 10339775.
HSL color Cylindrical-coordinate representation of color #BFC59D: hue angle of 69º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC59D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 157 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.23 |
| HSL | 69º | 0.26% | 0.69% | - |
| HSV(B) | 69º | 0.2% | 0.77% | - |
| XYZ | 47.54 | 53.44 | 39.71 | - |
| YUV | 190.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 157 | 0.03 | 0 | 0.20 | 0.23 | 69 | 0.26 | 0.69 |
| Hex | BF | C5 | 9D | 3 | 0 | 14 | 17 | 45 | 1A | 45 |
| Octal | 277 | 305 | 235 | 3 | 0 | 24 | 27 | 105 | 32 | 105 |
| Binary | 10111111 | 11000101 | 10011101 | 11 | 0 | 10100 | 10111 | 1000101 | 11010 | 1000101 |
Color Harmonies of #BFC59D
Complementary color
Monochromatic Colors of #BFC59D
Black with #BFC59D
Text Example
Text Example
White with #BFC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC59D; }
p { color: rgb(191,197,157); }
H1.HeaderClassName
{
color: #BFC59D;
}
.AnyTagClassName
{
color: #BFC59D;
}
</style>
background-color css
<style>
a { background-color: #BFC59D; }
a { background-color: rgb(191,197,157); }
div.DivClassName
{
background-color: #BFC59D;
}
.BgClassName
{
background-color: #BFC59D;
}
</style>
border-color css
<style>
span { border-color: #BFC59D; }
span { border-color: rgb(191,197,157); }
td.TdClassName
{
border-color: #BFC59D;
}
.TagClassName
{
border-color: #BFC59D;
}
</style>