Shades of Green Mist #BFCC8D
Tints of Green Mist #BFCC8D
RGB
CMYK
RGB Variations
Color information
#BFCC8D (or 0xBFCC8D) is known color: Green Mist. HEX triplet: BF, CC and 8D. RGB value is (191,204,141). Sum of RGB (Red+Green+Blue) = 191+204+141=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC8D is #403372. Grayscale: #C1C1C1. Windows color (decimal): -4207475 or 9292991. OLE color: 9292991.
HSL color Cylindrical-coordinate representation of color #BFCC8D: hue angle of 72.38º degrees, saturation: 0.38, 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 #BFCC8D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 141 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.2 |
| HSL | 72.38º | 0.38% | 0.68% | - |
| HSV(B) | 72.38º | 0.31% | 0.8% | - |
| XYZ | 47.89 | 56.19 | 33.52 | - |
| YUV | 192.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 141 | 0.06 | 0 | 0.31 | 0.2 | 72.38 | 0.38 | 0.68 |
| Hex | BF | CC | 8D | 6 | 0 | 1F | 14 | 48 | 26 | 44 |
| Octal | 277 | 314 | 215 | 6 | 0 | 37 | 24 | 110 | 46 | 104 |
| Binary | 10111111 | 11001100 | 10001101 | 110 | 0 | 11111 | 10100 | 1001000 | 100110 | 1000100 |
Color Harmonies of #BFCC8D
Complementary color
Monochromatic Colors of #BFCC8D
Black with #BFCC8D
Text Example
Text Example
White with #BFCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC8D; }
p { color: rgb(191,204,141); }
H1.HeaderClassName
{
color: #BFCC8D;
}
.AnyTagClassName
{
color: #BFCC8D;
}
</style>
background-color css
<style>
a { background-color: #BFCC8D; }
a { background-color: rgb(191,204,141); }
div.DivClassName
{
background-color: #BFCC8D;
}
.BgClassName
{
background-color: #BFCC8D;
}
</style>
border-color css
<style>
span { border-color: #BFCC8D; }
span { border-color: rgb(191,204,141); }
td.TdClassName
{
border-color: #BFCC8D;
}
.TagClassName
{
border-color: #BFCC8D;
}
</style>