Shades of Green Mist #BFCD91
Tints of Green Mist #BFCD91
RGB
CMYK
RGB Variations
Color information
#BFCD91 (or 0xBFCD91) is known color: Green Mist. HEX triplet: BF, CD and 91. RGB value is (191,205,145). Sum of RGB (Red+Green+Blue) = 191+205+145=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD91 is #40326E. Grayscale: #C2C2C2. Windows color (decimal): -4207215 or 9555391. OLE color: 9555391.
HSL color Cylindrical-coordinate representation of color #BFCD91: hue angle of 74º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCD91 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 145 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.20 |
| HSL | 74º | 0.38% | 0.69% | - |
| HSV(B) | 74º | 0.29% | 0.8% | - |
| XYZ | 48.43 | 56.78 | 35.2 | - |
| YUV | 193.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 145 | 0.07 | 0 | 0.29 | 0.20 | 74 | 0.38 | 0.69 |
| Hex | BF | CD | 91 | 7 | 0 | 1D | 14 | 4A | 26 | 45 |
| Octal | 277 | 315 | 221 | 7 | 0 | 35 | 24 | 112 | 46 | 105 |
| Binary | 10111111 | 11001101 | 10010001 | 111 | 0 | 11101 | 10100 | 1001010 | 100110 | 1000101 |
Color Harmonies of #BFCD91
Complementary color
Monochromatic Colors of #BFCD91
Black with #BFCD91
Text Example
Text Example
White with #BFCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD91; }
p { color: rgb(191,205,145); }
H1.HeaderClassName
{
color: #BFCD91;
}
.AnyTagClassName
{
color: #BFCD91;
}
</style>
background-color css
<style>
a { background-color: #BFCD91; }
a { background-color: rgb(191,205,145); }
div.DivClassName
{
background-color: #BFCD91;
}
.BgClassName
{
background-color: #BFCD91;
}
</style>
border-color css
<style>
span { border-color: #BFCD91; }
span { border-color: rgb(191,205,145); }
td.TdClassName
{
border-color: #BFCD91;
}
.TagClassName
{
border-color: #BFCD91;
}
</style>