Shades of Green Mist #BFC792
Tints of Green Mist #BFC792
RGB
CMYK
RGB Variations
Color information
#BFC792 (or 0xBFC792) is known color: Green Mist. HEX triplet: BF, C7 and 92. RGB value is (191,199,146). Sum of RGB (Red+Green+Blue) = 191+199+146=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC792 is #40386D. Grayscale: #BEBEBE. Windows color (decimal): -4208750 or 9619391. OLE color: 9619391.
HSL color Cylindrical-coordinate representation of color #BFC792: hue angle of 69.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC792 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 146 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.22 |
| HSL | 69.06º | 0.32% | 0.68% | - |
| HSV(B) | 69.06º | 0.27% | 0.78% | - |
| XYZ | 47.1 | 54 | 35.13 | - |
| YUV | 190.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 146 | 0.04 | 0 | 0.27 | 0.22 | 69.06 | 0.32 | 0.68 |
| Hex | BF | C7 | 92 | 4 | 0 | 1B | 16 | 45 | 20 | 44 |
| Octal | 277 | 307 | 222 | 4 | 0 | 33 | 26 | 105 | 40 | 104 |
| Binary | 10111111 | 11000111 | 10010010 | 100 | 0 | 11011 | 10110 | 1000101 | 100000 | 1000100 |
Color Harmonies of #BFC792
Complementary color
Monochromatic Colors of #BFC792
Black with #BFC792
Text Example
Text Example
White with #BFC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC792; }
p { color: rgb(191,199,146); }
H1.HeaderClassName
{
color: #BFC792;
}
.AnyTagClassName
{
color: #BFC792;
}
</style>
background-color css
<style>
a { background-color: #BFC792; }
a { background-color: rgb(191,199,146); }
div.DivClassName
{
background-color: #BFC792;
}
.BgClassName
{
background-color: #BFC792;
}
</style>
border-color css
<style>
span { border-color: #BFC792; }
span { border-color: rgb(191,199,146); }
td.TdClassName
{
border-color: #BFC792;
}
.TagClassName
{
border-color: #BFC792;
}
</style>