Shades of Pixie Green #BFD89B
Tints of Pixie Green #BFD89B
RGB
CMYK
RGB Variations
Color information
#BFD89B (or 0xBFD89B) is known color: Pixie Green. HEX triplet: BF, D8 and 9B. RGB value is (191,216,155). Sum of RGB (Red+Green+Blue) = 191+216+155=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD89B is #402764. Grayscale: #C9C9C9. Windows color (decimal): -4204389 or 10213567. OLE color: 10213567.
HSL color Cylindrical-coordinate representation of color #BFD89B: hue angle of 84.59º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD89B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 155 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.15 |
| HSL | 84.59º | 0.44% | 0.73% | - |
| HSV(B) | 84.59º | 0.28% | 0.85% | - |
| XYZ | 51.96 | 62.55 | 40.35 | - |
| YUV | 201.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 155 | 0.12 | 0 | 0.28 | 0.15 | 84.59 | 0.44 | 0.73 |
| Hex | BF | D8 | 9B | C | 0 | 1C | F | 55 | 2C | 49 |
| Octal | 277 | 330 | 233 | 14 | 0 | 34 | 17 | 125 | 54 | 111 |
| Binary | 10111111 | 11011000 | 10011011 | 1100 | 0 | 11100 | 1111 | 1010101 | 101100 | 1001001 |
Color Harmonies of #BFD89B
Complementary color
Monochromatic Colors of #BFD89B
Black with #BFD89B
Text Example
Text Example
White with #BFD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD89B; }
p { color: rgb(191,216,155); }
H1.HeaderClassName
{
color: #BFD89B;
}
.AnyTagClassName
{
color: #BFD89B;
}
</style>
background-color css
<style>
a { background-color: #BFD89B; }
a { background-color: rgb(191,216,155); }
div.DivClassName
{
background-color: #BFD89B;
}
.BgClassName
{
background-color: #BFD89B;
}
</style>
border-color css
<style>
span { border-color: #BFD89B; }
span { border-color: rgb(191,216,155); }
td.TdClassName
{
border-color: #BFD89B;
}
.TagClassName
{
border-color: #BFD89B;
}
</style>