Shades of Green Mist #BFC18C
Tints of Green Mist #BFC18C
RGB
CMYK
RGB Variations
Color information
#BFC18C (or 0xBFC18C) is known color: Green Mist. HEX triplet: BF, C1 and 8C. RGB value is (191,193,140). Sum of RGB (Red+Green+Blue) = 191+193+140=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC18C is #403E73. Grayscale: #BABABA. Windows color (decimal): -4210292 or 9224639. OLE color: 9224639.
HSL color Cylindrical-coordinate representation of color #BFC18C: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC18C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 140 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.24 |
| HSL | 62.26º | 0.3% | 0.65% | - |
| HSV(B) | 62.26º | 0.27% | 0.76% | - |
| XYZ | 45.29 | 51.11 | 32.29 | - |
| YUV | 186.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 140 | 0.01 | 0 | 0.27 | 0.24 | 62.26 | 0.3 | 0.65 |
| Hex | BF | C1 | 8C | 1 | 0 | 1B | 18 | 3E | 1E | 41 |
| Octal | 277 | 301 | 214 | 1 | 0 | 33 | 30 | 76 | 36 | 101 |
| Binary | 10111111 | 11000001 | 10001100 | 1 | 0 | 11011 | 11000 | 111110 | 11110 | 1000001 |
Color Harmonies of #BFC18C
Complementary color
Monochromatic Colors of #BFC18C
Black with #BFC18C
Text Example
Text Example
White with #BFC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC18C; }
p { color: rgb(191,193,140); }
H1.HeaderClassName
{
color: #BFC18C;
}
.AnyTagClassName
{
color: #BFC18C;
}
</style>
background-color css
<style>
a { background-color: #BFC18C; }
a { background-color: rgb(191,193,140); }
div.DivClassName
{
background-color: #BFC18C;
}
.BgClassName
{
background-color: #BFC18C;
}
</style>
border-color css
<style>
span { border-color: #BFC18C; }
span { border-color: rgb(191,193,140); }
td.TdClassName
{
border-color: #BFC18C;
}
.TagClassName
{
border-color: #BFC18C;
}
</style>