Shades of Green Mist #BFCD8D
Tints of Green Mist #BFCD8D
RGB
CMYK
RGB Variations
Color information
#BFCD8D (or 0xBFCD8D) is known color: Green Mist. HEX triplet: BF, CD and 8D. RGB value is (191,205,141). Sum of RGB (Red+Green+Blue) = 191+205+141=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD8D is #403272. Grayscale: #C1C1C1. Windows color (decimal): -4207219 or 9293247. OLE color: 9293247.
HSL color Cylindrical-coordinate representation of color #BFCD8D: hue angle of 73.12º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFCD8D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 141 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.20 |
| HSL | 73.13º | 0.39% | 0.68% | - |
| HSV(B) | 73.13º | 0.31% | 0.8% | - |
| XYZ | 48.12 | 56.66 | 33.6 | - |
| YUV | 193.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 141 | 0.07 | 0 | 0.31 | 0.20 | 73.13 | 0.39 | 0.68 |
| Hex | BF | CD | 8D | 7 | 0 | 1F | 14 | 49 | 27 | 44 |
| Octal | 277 | 315 | 215 | 7 | 0 | 37 | 24 | 111 | 47 | 104 |
| Binary | 10111111 | 11001101 | 10001101 | 111 | 0 | 11111 | 10100 | 1001001 | 100111 | 1000100 |
Color Harmonies of #BFCD8D
Complementary color
Monochromatic Colors of #BFCD8D
Black with #BFCD8D
Text Example
Text Example
White with #BFCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD8D; }
p { color: rgb(191,205,141); }
H1.HeaderClassName
{
color: #BFCD8D;
}
.AnyTagClassName
{
color: #BFCD8D;
}
</style>
background-color css
<style>
a { background-color: #BFCD8D; }
a { background-color: rgb(191,205,141); }
div.DivClassName
{
background-color: #BFCD8D;
}
.BgClassName
{
background-color: #BFCD8D;
}
</style>
border-color css
<style>
span { border-color: #BFCD8D; }
span { border-color: rgb(191,205,141); }
td.TdClassName
{
border-color: #BFCD8D;
}
.TagClassName
{
border-color: #BFCD8D;
}
</style>