Shades of Green Mist #BFC090
Tints of Green Mist #BFC090
RGB
CMYK
RGB Variations
Color information
#BFC090 (or 0xBFC090) is known color: Green Mist. HEX triplet: BF, C0 and 90. RGB value is (191,192,144). Sum of RGB (Red+Green+Blue) = 191+192+144=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC090 is #403F6F. Grayscale: #BABABA. Windows color (decimal): -4210544 or 9486527. OLE color: 9486527.
HSL color Cylindrical-coordinate representation of color #BFC090: hue angle of 61.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC090 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 144 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.25 |
| HSL | 61.25º | 0.28% | 0.66% | - |
| HSV(B) | 61.25º | 0.25% | 0.75% | - |
| XYZ | 45.37 | 50.79 | 33.8 | - |
| YUV | 186.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 144 | 0.01 | 0 | 0.25 | 0.25 | 61.25 | 0.28 | 0.66 |
| Hex | BF | C0 | 90 | 1 | 0 | 19 | 19 | 3D | 1C | 42 |
| Octal | 277 | 300 | 220 | 1 | 0 | 31 | 31 | 75 | 34 | 102 |
| Binary | 10111111 | 11000000 | 10010000 | 1 | 0 | 11001 | 11001 | 111101 | 11100 | 1000010 |
Color Harmonies of #BFC090
Complementary color
Monochromatic Colors of #BFC090
Black with #BFC090
Text Example
Text Example
White with #BFC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC090; }
p { color: rgb(191,192,144); }
H1.HeaderClassName
{
color: #BFC090;
}
.AnyTagClassName
{
color: #BFC090;
}
</style>
background-color css
<style>
a { background-color: #BFC090; }
a { background-color: rgb(191,192,144); }
div.DivClassName
{
background-color: #BFC090;
}
.BgClassName
{
background-color: #BFC090;
}
</style>
border-color css
<style>
span { border-color: #BFC090; }
span { border-color: rgb(191,192,144); }
td.TdClassName
{
border-color: #BFC090;
}
.TagClassName
{
border-color: #BFC090;
}
</style>