Shades of Pixie Green #BFDC9A
Tints of Pixie Green #BFDC9A
RGB
CMYK
RGB Variations
Color information
#BFDC9A (or 0xBFDC9A) is known color: Pixie Green. HEX triplet: BF, DC and 9A. RGB value is (191,220,154). Sum of RGB (Red+Green+Blue) = 191+220+154=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9A is #402365. Grayscale: #CCCCCC. Windows color (decimal): -4203366 or 10149055. OLE color: 10149055.
HSL color Cylindrical-coordinate representation of color #BFDC9A: hue angle of 86.36º degrees, saturation: 0.49, 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 #BFDC9A is Cyan = 0.13, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 154 | - |
| CMYK | 0.13 | 0 | 0.3 | 0.14 |
| HSL | 86.36º | 0.49% | 0.73% | - |
| HSV(B) | 86.36º | 0.3% | 0.86% | - |
| XYZ | 52.91 | 64.6 | 40.25 | - |
| YUV | 203.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 154 | 0.13 | 0 | 0.3 | 0.14 | 86.36 | 0.49 | 0.73 |
| Hex | BF | DC | 9A | D | 0 | 1E | E | 56 | 31 | 49 |
| Octal | 277 | 334 | 232 | 15 | 0 | 36 | 16 | 126 | 61 | 111 |
| Binary | 10111111 | 11011100 | 10011010 | 1101 | 0 | 11110 | 1110 | 1010110 | 110001 | 1001001 |
Color Harmonies of #BFDC9A
Complementary color
Monochromatic Colors of #BFDC9A
Black with #BFDC9A
Text Example
Text Example
White with #BFDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC9A; }
p { color: rgb(191,220,154); }
H1.HeaderClassName
{
color: #BFDC9A;
}
.AnyTagClassName
{
color: #BFDC9A;
}
</style>
background-color css
<style>
a { background-color: #BFDC9A; }
a { background-color: rgb(191,220,154); }
div.DivClassName
{
background-color: #BFDC9A;
}
.BgClassName
{
background-color: #BFDC9A;
}
</style>
border-color css
<style>
span { border-color: #BFDC9A; }
span { border-color: rgb(191,220,154); }
td.TdClassName
{
border-color: #BFDC9A;
}
.TagClassName
{
border-color: #BFDC9A;
}
</style>