Shades of Green Mist #BFC490
Tints of Green Mist #BFC490
RGB
CMYK
RGB Variations
Color information
#BFC490 (or 0xBFC490) is known color: Green Mist. HEX triplet: BF, C4 and 90. RGB value is (191,196,144). Sum of RGB (Red+Green+Blue) = 191+196+144=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC490 is #403B6F. Grayscale: #BCBCBC. Windows color (decimal): -4209520 or 9487551. OLE color: 9487551.
HSL color Cylindrical-coordinate representation of color #BFC490: hue angle of 65.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC490 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 144 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.23 |
| HSL | 65.77º | 0.31% | 0.67% | - |
| HSV(B) | 65.77º | 0.27% | 0.77% | - |
| XYZ | 46.26 | 52.57 | 34.09 | - |
| YUV | 188.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 144 | 0.03 | 0 | 0.27 | 0.23 | 65.77 | 0.31 | 0.67 |
| Hex | BF | C4 | 90 | 3 | 0 | 1B | 17 | 42 | 1F | 43 |
| Octal | 277 | 304 | 220 | 3 | 0 | 33 | 27 | 102 | 37 | 103 |
| Binary | 10111111 | 11000100 | 10010000 | 11 | 0 | 11011 | 10111 | 1000010 | 11111 | 1000011 |
Color Harmonies of #BFC490
Complementary color
Monochromatic Colors of #BFC490
Black with #BFC490
Text Example
Text Example
White with #BFC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC490; }
p { color: rgb(191,196,144); }
H1.HeaderClassName
{
color: #BFC490;
}
.AnyTagClassName
{
color: #BFC490;
}
</style>
background-color css
<style>
a { background-color: #BFC490; }
a { background-color: rgb(191,196,144); }
div.DivClassName
{
background-color: #BFC490;
}
.BgClassName
{
background-color: #BFC490;
}
</style>
border-color css
<style>
span { border-color: #BFC490; }
span { border-color: rgb(191,196,144); }
td.TdClassName
{
border-color: #BFC490;
}
.TagClassName
{
border-color: #BFC490;
}
</style>