Shades of Pixie Green #BFDB9A
Tints of Pixie Green #BFDB9A
RGB
CMYK
RGB Variations
Color information
#BFDB9A (or 0xBFDB9A) is known color: Pixie Green. HEX triplet: BF, DB and 9A. RGB value is (191,219,154). Sum of RGB (Red+Green+Blue) = 191+219+154=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB9A is #402465. Grayscale: #CBCBCB. Windows color (decimal): -4203622 or 10148799. OLE color: 10148799.
HSL color Cylindrical-coordinate representation of color #BFDB9A: hue angle of 85.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFDB9A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 154 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.14 |
| HSL | 85.85º | 0.47% | 0.73% | - |
| HSV(B) | 85.85º | 0.3% | 0.86% | - |
| XYZ | 52.65 | 64.07 | 40.16 | - |
| YUV | 203.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 154 | 0.13 | 0 | 0.30 | 0.14 | 85.85 | 0.47 | 0.73 |
| Hex | BF | DB | 9A | D | 0 | 1E | E | 56 | 2F | 49 |
| Octal | 277 | 333 | 232 | 15 | 0 | 36 | 16 | 126 | 57 | 111 |
| Binary | 10111111 | 11011011 | 10011010 | 1101 | 0 | 11110 | 1110 | 1010110 | 101111 | 1001001 |
Color Harmonies of #BFDB9A
Complementary color
Monochromatic Colors of #BFDB9A
Black with #BFDB9A
Text Example
Text Example
White with #BFDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB9A; }
p { color: rgb(191,219,154); }
H1.HeaderClassName
{
color: #BFDB9A;
}
.AnyTagClassName
{
color: #BFDB9A;
}
</style>
background-color css
<style>
a { background-color: #BFDB9A; }
a { background-color: rgb(191,219,154); }
div.DivClassName
{
background-color: #BFDB9A;
}
.BgClassName
{
background-color: #BFDB9A;
}
</style>
border-color css
<style>
span { border-color: #BFDB9A; }
span { border-color: rgb(191,219,154); }
td.TdClassName
{
border-color: #BFDB9A;
}
.TagClassName
{
border-color: #BFDB9A;
}
</style>