Shades of Green Mist #BFC59A
Tints of Green Mist #BFC59A
RGB
CMYK
RGB Variations
Color information
#BFC59A (or 0xBFC59A) is known color: Green Mist. HEX triplet: BF, C5 and 9A. RGB value is (191,197,154). Sum of RGB (Red+Green+Blue) = 191+197+154=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC59A is #403A65. Grayscale: #BEBEBE. Windows color (decimal): -4209254 or 10143167. OLE color: 10143167.
HSL color Cylindrical-coordinate representation of color #BFC59A: hue angle of 68.37º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC59A is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 154 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.23 |
| HSL | 68.37º | 0.27% | 0.69% | - |
| HSV(B) | 68.37º | 0.22% | 0.77% | - |
| XYZ | 47.28 | 53.34 | 38.38 | - |
| YUV | 190.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 154 | 0.03 | 0 | 0.22 | 0.23 | 68.37 | 0.27 | 0.69 |
| Hex | BF | C5 | 9A | 3 | 0 | 16 | 17 | 44 | 1B | 45 |
| Octal | 277 | 305 | 232 | 3 | 0 | 26 | 27 | 104 | 33 | 105 |
| Binary | 10111111 | 11000101 | 10011010 | 11 | 0 | 10110 | 10111 | 1000100 | 11011 | 1000101 |
Color Harmonies of #BFC59A
Complementary color
Monochromatic Colors of #BFC59A
Black with #BFC59A
Text Example
Text Example
White with #BFC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC59A; }
p { color: rgb(191,197,154); }
H1.HeaderClassName
{
color: #BFC59A;
}
.AnyTagClassName
{
color: #BFC59A;
}
</style>
background-color css
<style>
a { background-color: #BFC59A; }
a { background-color: rgb(191,197,154); }
div.DivClassName
{
background-color: #BFC59A;
}
.BgClassName
{
background-color: #BFC59A;
}
</style>
border-color css
<style>
span { border-color: #BFC59A; }
span { border-color: rgb(191,197,154); }
td.TdClassName
{
border-color: #BFC59A;
}
.TagClassName
{
border-color: #BFC59A;
}
</style>