Shades of Green Mist #BFC38D
Tints of Green Mist #BFC38D
RGB
CMYK
RGB Variations
Color information
#BFC38D (or 0xBFC38D) is known color: Green Mist. HEX triplet: BF, C3 and 8D. RGB value is (191,195,141). Sum of RGB (Red+Green+Blue) = 191+195+141=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC38D is #403C72. Grayscale: #BBBBBB. Windows color (decimal): -4209779 or 9290687. OLE color: 9290687.
HSL color Cylindrical-coordinate representation of color #BFC38D: hue angle of 64.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC38D is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 141 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.24 |
| HSL | 64.44º | 0.31% | 0.66% | - |
| HSV(B) | 64.44º | 0.28% | 0.76% | - |
| XYZ | 45.81 | 52.03 | 32.83 | - |
| YUV | 187.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 141 | 0.02 | 0 | 0.28 | 0.24 | 64.44 | 0.31 | 0.66 |
| Hex | BF | C3 | 8D | 2 | 0 | 1C | 18 | 40 | 1F | 42 |
| Octal | 277 | 303 | 215 | 2 | 0 | 34 | 30 | 100 | 37 | 102 |
| Binary | 10111111 | 11000011 | 10001101 | 10 | 0 | 11100 | 11000 | 1000000 | 11111 | 1000010 |
Color Harmonies of #BFC38D
Complementary color
Monochromatic Colors of #BFC38D
Black with #BFC38D
Text Example
Text Example
White with #BFC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC38D; }
p { color: rgb(191,195,141); }
H1.HeaderClassName
{
color: #BFC38D;
}
.AnyTagClassName
{
color: #BFC38D;
}
</style>
background-color css
<style>
a { background-color: #BFC38D; }
a { background-color: rgb(191,195,141); }
div.DivClassName
{
background-color: #BFC38D;
}
.BgClassName
{
background-color: #BFC38D;
}
</style>
border-color css
<style>
span { border-color: #BFC38D; }
span { border-color: rgb(191,195,141); }
td.TdClassName
{
border-color: #BFC38D;
}
.TagClassName
{
border-color: #BFC38D;
}
</style>