Shades of Green Mist #BFC68B
Tints of Green Mist #BFC68B
RGB
CMYK
RGB Variations
Color information
#BFC68B (or 0xBFC68B) is known color: Green Mist. HEX triplet: BF, C6 and 8B. RGB value is (191,198,139). Sum of RGB (Red+Green+Blue) = 191+198+139=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC68B is #403974. Grayscale: #BDBDBD. Windows color (decimal): -4209013 or 9160383. OLE color: 9160383.
HSL color Cylindrical-coordinate representation of color #BFC68B: hue angle of 67.12º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC68B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 139 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.22 |
| HSL | 67.12º | 0.34% | 0.66% | - |
| HSV(B) | 67.12º | 0.3% | 0.78% | - |
| XYZ | 46.34 | 53.33 | 32.28 | - |
| YUV | 189.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 139 | 0.04 | 0 | 0.30 | 0.22 | 67.12 | 0.34 | 0.66 |
| Hex | BF | C6 | 8B | 4 | 0 | 1E | 16 | 43 | 22 | 42 |
| Octal | 277 | 306 | 213 | 4 | 0 | 36 | 26 | 103 | 42 | 102 |
| Binary | 10111111 | 11000110 | 10001011 | 100 | 0 | 11110 | 10110 | 1000011 | 100010 | 1000010 |
Color Harmonies of #BFC68B
Complementary color
Monochromatic Colors of #BFC68B
Black with #BFC68B
Text Example
Text Example
White with #BFC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC68B; }
p { color: rgb(191,198,139); }
H1.HeaderClassName
{
color: #BFC68B;
}
.AnyTagClassName
{
color: #BFC68B;
}
</style>
background-color css
<style>
a { background-color: #BFC68B; }
a { background-color: rgb(191,198,139); }
div.DivClassName
{
background-color: #BFC68B;
}
.BgClassName
{
background-color: #BFC68B;
}
</style>
border-color css
<style>
span { border-color: #BFC68B; }
span { border-color: rgb(191,198,139); }
td.TdClassName
{
border-color: #BFC68B;
}
.TagClassName
{
border-color: #BFC68B;
}
</style>