Shades of Pixie Green #BFD89D
Tints of Pixie Green #BFD89D
RGB
CMYK
RGB Variations
Color information
#BFD89D (or 0xBFD89D) is known color: Pixie Green. HEX triplet: BF, D8 and 9D. RGB value is (191,216,157). Sum of RGB (Red+Green+Blue) = 191+216+157=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD89D is #402762. Grayscale: #CACACA. Windows color (decimal): -4204387 or 10344639. OLE color: 10344639.
HSL color Cylindrical-coordinate representation of color #BFD89D: hue angle of 85.42º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFD89D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 157 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.15 |
| HSL | 85.42º | 0.43% | 0.73% | - |
| HSV(B) | 85.42º | 0.27% | 0.85% | - |
| XYZ | 52.13 | 62.62 | 41.24 | - |
| YUV | 201.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 157 | 0.12 | 0 | 0.27 | 0.15 | 85.42 | 0.43 | 0.73 |
| Hex | BF | D8 | 9D | C | 0 | 1B | F | 55 | 2B | 49 |
| Octal | 277 | 330 | 235 | 14 | 0 | 33 | 17 | 125 | 53 | 111 |
| Binary | 10111111 | 11011000 | 10011101 | 1100 | 0 | 11011 | 1111 | 1010101 | 101011 | 1001001 |
Color Harmonies of #BFD89D
Complementary color
Monochromatic Colors of #BFD89D
Black with #BFD89D
Text Example
Text Example
White with #BFD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD89D; }
p { color: rgb(191,216,157); }
H1.HeaderClassName
{
color: #BFD89D;
}
.AnyTagClassName
{
color: #BFD89D;
}
</style>
background-color css
<style>
a { background-color: #BFD89D; }
a { background-color: rgb(191,216,157); }
div.DivClassName
{
background-color: #BFD89D;
}
.BgClassName
{
background-color: #BFD89D;
}
</style>
border-color css
<style>
span { border-color: #BFD89D; }
span { border-color: rgb(191,216,157); }
td.TdClassName
{
border-color: #BFD89D;
}
.TagClassName
{
border-color: #BFD89D;
}
</style>