Shades of Green Mist #BFC99D
Tints of Green Mist #BFC99D
RGB
CMYK
RGB Variations
Color information
#BFC99D (or 0xBFC99D) is known color: Green Mist. HEX triplet: BF, C9 and 9D. RGB value is (191,201,157). Sum of RGB (Red+Green+Blue) = 191+201+157=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99D is #403662. Grayscale: #C1C1C1. Windows color (decimal): -4208227 or 10340799. OLE color: 10340799.
HSL color Cylindrical-coordinate representation of color #BFC99D: hue angle of 73.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC99D is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
RGB | 191 | 201 | 157 | - |
CMYK | 0.05 | 0 | 0.22 | 0.21 |
HSL | 73.64º | 0.29% | 0.7% | - |
HSV(B) | 73.64º | 0.22% | 0.79% | - |
XYZ | 48.46 | 55.28 | 40.02 | - |
YUV | 192.99 | 107.69 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 201 | 157 | 0.05 | 0 | 0.22 | 0.21 | 73.64 | 0.29 | 0.7 |
Hex | BF | C9 | 9D | 5 | 0 | 16 | 15 | 4A | 1D | 46 |
Octal | 277 | 311 | 235 | 5 | 0 | 26 | 25 | 112 | 35 | 106 |
Binary | 10111111 | 11001001 | 10011101 | 101 | 0 | 10110 | 10101 | 1001010 | 11101 | 1000110 |
Color Harmonies of #BFC99D
Complementary color
Monochromatic Colors of #BFC99D
Black with #BFC99D
Text Example
Text Example
White with #BFC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC99D; }
p { color: rgb(191,201,157); }
H1.HeaderClassName
{
color: #BFC99D;
}
.AnyTagClassName
{
color: #BFC99D;
}
</style>
background-color css
<style>
a { background-color: #BFC99D; }
a { background-color: rgb(191,201,157); }
div.DivClassName
{
background-color: #BFC99D;
}
.BgClassName
{
background-color: #BFC99D;
}
</style>
border-color css
<style>
span { border-color: #BFC99D; }
span { border-color: rgb(191,201,157); }
td.TdClassName
{
border-color: #BFC99D;
}
.TagClassName
{
border-color: #BFC99D;
}
</style>