Shades of Green Mist #BFC68C
Tints of Green Mist #BFC68C
RGB
CMYK
RGB Variations
Color information
#BFC68C (or 0xBFC68C) is known color: Green Mist. HEX triplet: BF, C6 and 8C. RGB value is (191,198,140). Sum of RGB (Red+Green+Blue) = 191+198+140=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC68C is #403973. Grayscale: #BDBDBD. Windows color (decimal): -4209012 or 9225919. OLE color: 9225919.
HSL color Cylindrical-coordinate representation of color #BFC68C: hue angle of 67.24º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFC68C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 140 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.22 |
| HSL | 67.24º | 0.34% | 0.66% | - |
| HSV(B) | 67.24º | 0.29% | 0.78% | - |
| XYZ | 46.41 | 53.36 | 32.66 | - |
| YUV | 189.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 140 | 0.04 | 0 | 0.29 | 0.22 | 67.24 | 0.34 | 0.66 |
| Hex | BF | C6 | 8C | 4 | 0 | 1D | 16 | 43 | 22 | 42 |
| Octal | 277 | 306 | 214 | 4 | 0 | 35 | 26 | 103 | 42 | 102 |
| Binary | 10111111 | 11000110 | 10001100 | 100 | 0 | 11101 | 10110 | 1000011 | 100010 | 1000010 |
Color Harmonies of #BFC68C
Complementary color
Monochromatic Colors of #BFC68C
Black with #BFC68C
Text Example
Text Example
White with #BFC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC68C; }
p { color: rgb(191,198,140); }
H1.HeaderClassName
{
color: #BFC68C;
}
.AnyTagClassName
{
color: #BFC68C;
}
</style>
background-color css
<style>
a { background-color: #BFC68C; }
a { background-color: rgb(191,198,140); }
div.DivClassName
{
background-color: #BFC68C;
}
.BgClassName
{
background-color: #BFC68C;
}
</style>
border-color css
<style>
span { border-color: #BFC68C; }
span { border-color: rgb(191,198,140); }
td.TdClassName
{
border-color: #BFC68C;
}
.TagClassName
{
border-color: #BFC68C;
}
</style>