Shades of Green Mist #BFCC92
Tints of Green Mist #BFCC92
RGB
CMYK
RGB Variations
Color information
#BFCC92 (or 0xBFCC92) is known color: Green Mist. HEX triplet: BF, CC and 92. RGB value is (191,204,146). Sum of RGB (Red+Green+Blue) = 191+204+146=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC92 is #40336D. Grayscale: #C1C1C1. Windows color (decimal): -4207470 or 9620671. OLE color: 9620671.
HSL color Cylindrical-coordinate representation of color #BFCC92: hue angle of 73.45º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFCC92 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 146 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.2 |
| HSL | 73.45º | 0.36% | 0.69% | - |
| HSV(B) | 73.45º | 0.28% | 0.8% | - |
| XYZ | 48.27 | 56.34 | 35.52 | - |
| YUV | 193.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 146 | 0.06 | 0 | 0.28 | 0.2 | 73.45 | 0.36 | 0.69 |
| Hex | BF | CC | 92 | 6 | 0 | 1C | 14 | 49 | 24 | 45 |
| Octal | 277 | 314 | 222 | 6 | 0 | 34 | 24 | 111 | 44 | 105 |
| Binary | 10111111 | 11001100 | 10010010 | 110 | 0 | 11100 | 10100 | 1001001 | 100100 | 1000101 |
Color Harmonies of #BFCC92
Complementary color
Monochromatic Colors of #BFCC92
Black with #BFCC92
Text Example
Text Example
White with #BFCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC92; }
p { color: rgb(191,204,146); }
H1.HeaderClassName
{
color: #BFCC92;
}
.AnyTagClassName
{
color: #BFCC92;
}
</style>
background-color css
<style>
a { background-color: #BFCC92; }
a { background-color: rgb(191,204,146); }
div.DivClassName
{
background-color: #BFCC92;
}
.BgClassName
{
background-color: #BFCC92;
}
</style>
border-color css
<style>
span { border-color: #BFCC92; }
span { border-color: rgb(191,204,146); }
td.TdClassName
{
border-color: #BFCC92;
}
.TagClassName
{
border-color: #BFCC92;
}
</style>