Shades of Green Mist #BFC28F
Tints of Green Mist #BFC28F
RGB
CMYK
RGB Variations
Color information
#BFC28F (or 0xBFC28F) is known color: Green Mist. HEX triplet: BF, C2 and 8F. RGB value is (191,194,143). Sum of RGB (Red+Green+Blue) = 191+194+143=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC28F is #403D70. Grayscale: #BBBBBB. Windows color (decimal): -4210033 or 9421503. OLE color: 9421503.
HSL color Cylindrical-coordinate representation of color #BFC28F: hue angle of 63.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC28F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 143 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.24 |
| HSL | 63.53º | 0.29% | 0.66% | - |
| HSV(B) | 63.53º | 0.26% | 0.76% | - |
| XYZ | 45.74 | 51.64 | 33.54 | - |
| YUV | 187.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 143 | 0.02 | 0 | 0.26 | 0.24 | 63.53 | 0.29 | 0.66 |
| Hex | BF | C2 | 8F | 2 | 0 | 1A | 18 | 40 | 1D | 42 |
| Octal | 277 | 302 | 217 | 2 | 0 | 32 | 30 | 100 | 35 | 102 |
| Binary | 10111111 | 11000010 | 10001111 | 10 | 0 | 11010 | 11000 | 1000000 | 11101 | 1000010 |
Color Harmonies of #BFC28F
Complementary color
Monochromatic Colors of #BFC28F
Black with #BFC28F
Text Example
Text Example
White with #BFC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC28F; }
p { color: rgb(191,194,143); }
H1.HeaderClassName
{
color: #BFC28F;
}
.AnyTagClassName
{
color: #BFC28F;
}
</style>
background-color css
<style>
a { background-color: #BFC28F; }
a { background-color: rgb(191,194,143); }
div.DivClassName
{
background-color: #BFC28F;
}
.BgClassName
{
background-color: #BFC28F;
}
</style>
border-color css
<style>
span { border-color: #BFC28F; }
span { border-color: rgb(191,194,143); }
td.TdClassName
{
border-color: #BFC28F;
}
.TagClassName
{
border-color: #BFC28F;
}
</style>