Shades of Green Mist #BFCA91
Tints of Green Mist #BFCA91
RGB
CMYK
RGB Variations
Color information
#BFCA91 (or 0xBFCA91) is known color: Green Mist. HEX triplet: BF, CA and 91. RGB value is (191,202,145). Sum of RGB (Red+Green+Blue) = 191+202+145=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA91 is #40356E. Grayscale: #C0C0C0. Windows color (decimal): -4207983 or 9554623. OLE color: 9554623.
HSL color Cylindrical-coordinate representation of color #BFCA91: hue angle of 71.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFCA91 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 145 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.21 |
| HSL | 71.58º | 0.35% | 0.68% | - |
| HSV(B) | 71.58º | 0.28% | 0.79% | - |
| XYZ | 47.72 | 55.36 | 34.96 | - |
| YUV | 192.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 145 | 0.05 | 0 | 0.28 | 0.21 | 71.58 | 0.35 | 0.68 |
| Hex | BF | CA | 91 | 5 | 0 | 1C | 15 | 48 | 23 | 44 |
| Octal | 277 | 312 | 221 | 5 | 0 | 34 | 25 | 110 | 43 | 104 |
| Binary | 10111111 | 11001010 | 10010001 | 101 | 0 | 11100 | 10101 | 1001000 | 100011 | 1000100 |
Color Harmonies of #BFCA91
Complementary color
Monochromatic Colors of #BFCA91
Black with #BFCA91
Text Example
Text Example
White with #BFCA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA91; }
p { color: rgb(191,202,145); }
H1.HeaderClassName
{
color: #BFCA91;
}
.AnyTagClassName
{
color: #BFCA91;
}
</style>
background-color css
<style>
a { background-color: #BFCA91; }
a { background-color: rgb(191,202,145); }
div.DivClassName
{
background-color: #BFCA91;
}
.BgClassName
{
background-color: #BFCA91;
}
</style>
border-color css
<style>
span { border-color: #BFCA91; }
span { border-color: rgb(191,202,145); }
td.TdClassName
{
border-color: #BFCA91;
}
.TagClassName
{
border-color: #BFCA91;
}
</style>