Shades of Pixie Green #BFD89F
Tints of Pixie Green #BFD89F
RGB
CMYK
RGB Variations
Color information
#BFD89F (or 0xBFD89F) is known color: Pixie Green. HEX triplet: BF, D8 and 9F. RGB value is (191,216,159). Sum of RGB (Red+Green+Blue) = 191+216+159=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD89F is #402760. Grayscale: #CACACA. Windows color (decimal): -4204385 or 10475711. OLE color: 10475711.
HSL color Cylindrical-coordinate representation of color #BFD89F: hue angle of 86.32º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFD89F is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 159 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.15 |
| HSL | 86.32º | 0.42% | 0.74% | - |
| HSV(B) | 86.32º | 0.26% | 0.85% | - |
| XYZ | 52.3 | 62.69 | 42.15 | - |
| YUV | 202.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 159 | 0.12 | 0 | 0.26 | 0.15 | 86.32 | 0.42 | 0.74 |
| Hex | BF | D8 | 9F | C | 0 | 1A | F | 56 | 2A | 4A |
| Octal | 277 | 330 | 237 | 14 | 0 | 32 | 17 | 126 | 52 | 112 |
| Binary | 10111111 | 11011000 | 10011111 | 1100 | 0 | 11010 | 1111 | 1010110 | 101010 | 1001010 |
Color Harmonies of #BFD89F
Complementary color
Monochromatic Colors of #BFD89F
Black with #BFD89F
Text Example
Text Example
White with #BFD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD89F; }
p { color: rgb(191,216,159); }
H1.HeaderClassName
{
color: #BFD89F;
}
.AnyTagClassName
{
color: #BFD89F;
}
</style>
background-color css
<style>
a { background-color: #BFD89F; }
a { background-color: rgb(191,216,159); }
div.DivClassName
{
background-color: #BFD89F;
}
.BgClassName
{
background-color: #BFD89F;
}
</style>
border-color css
<style>
span { border-color: #BFD89F; }
span { border-color: rgb(191,216,159); }
td.TdClassName
{
border-color: #BFD89F;
}
.TagClassName
{
border-color: #BFD89F;
}
</style>