Shades of Pixie Green #BFDF9A
Tints of Pixie Green #BFDF9A
RGB
CMYK
RGB Variations
Color information
#BFDF9A (or 0xBFDF9A) is known color: Pixie Green. HEX triplet: BF, DF and 9A. RGB value is (191,223,154). Sum of RGB (Red+Green+Blue) = 191+223+154=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF9A is #402065. Grayscale: #CDCDCD. Windows color (decimal): -4202598 or 10149823. OLE color: 10149823.
HSL color Cylindrical-coordinate representation of color #BFDF9A: hue angle of 87.83º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFDF9A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 154 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.13 |
| HSL | 87.83º | 0.52% | 0.74% | - |
| HSV(B) | 87.83º | 0.31% | 0.87% | - |
| XYZ | 53.71 | 66.18 | 40.52 | - |
| YUV | 205.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 154 | 0.14 | 0 | 0.31 | 0.13 | 87.83 | 0.52 | 0.74 |
| Hex | BF | DF | 9A | E | 0 | 1F | D | 58 | 34 | 4A |
| Octal | 277 | 337 | 232 | 16 | 0 | 37 | 15 | 130 | 64 | 112 |
| Binary | 10111111 | 11011111 | 10011010 | 1110 | 0 | 11111 | 1101 | 1011000 | 110100 | 1001010 |
Color Harmonies of #BFDF9A
Complementary color
Monochromatic Colors of #BFDF9A
Black with #BFDF9A
Text Example
Text Example
White with #BFDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF9A; }
p { color: rgb(191,223,154); }
H1.HeaderClassName
{
color: #BFDF9A;
}
.AnyTagClassName
{
color: #BFDF9A;
}
</style>
background-color css
<style>
a { background-color: #BFDF9A; }
a { background-color: rgb(191,223,154); }
div.DivClassName
{
background-color: #BFDF9A;
}
.BgClassName
{
background-color: #BFDF9A;
}
</style>
border-color css
<style>
span { border-color: #BFDF9A; }
span { border-color: rgb(191,223,154); }
td.TdClassName
{
border-color: #BFDF9A;
}
.TagClassName
{
border-color: #BFDF9A;
}
</style>