Shades of Pixie Green #BFE29B
Tints of Pixie Green #BFE29B
RGB
CMYK
RGB Variations
Color information
#BFE29B (or 0xBFE29B) is known color: Pixie Green. HEX triplet: BF, E2 and 9B. RGB value is (191,226,155). Sum of RGB (Red+Green+Blue) = 191+226+155=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE29B is #401D64. Grayscale: #CFCFCF. Windows color (decimal): -4201829 or 10216127. OLE color: 10216127.
HSL color Cylindrical-coordinate representation of color #BFE29B: hue angle of 89.58º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFE29B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 155 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.11 |
| HSL | 89.58º | 0.55% | 0.75% | - |
| HSV(B) | 89.58º | 0.31% | 0.89% | - |
| XYZ | 54.6 | 67.84 | 41.23 | - |
| YUV | 207.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 155 | 0.15 | 0 | 0.31 | 0.11 | 89.58 | 0.55 | 0.75 |
| Hex | BF | E2 | 9B | F | 0 | 1F | B | 5A | 37 | 4B |
| Octal | 277 | 342 | 233 | 17 | 0 | 37 | 13 | 132 | 67 | 113 |
| Binary | 10111111 | 11100010 | 10011011 | 1111 | 0 | 11111 | 1011 | 1011010 | 110111 | 1001011 |
Color Harmonies of #BFE29B
Complementary color
Monochromatic Colors of #BFE29B
Black with #BFE29B
Text Example
Text Example
White with #BFE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE29B; }
p { color: rgb(191,226,155); }
H1.HeaderClassName
{
color: #BFE29B;
}
.AnyTagClassName
{
color: #BFE29B;
}
</style>
background-color css
<style>
a { background-color: #BFE29B; }
a { background-color: rgb(191,226,155); }
div.DivClassName
{
background-color: #BFE29B;
}
.BgClassName
{
background-color: #BFE29B;
}
</style>
border-color css
<style>
span { border-color: #BFE29B; }
span { border-color: rgb(191,226,155); }
td.TdClassName
{
border-color: #BFE29B;
}
.TagClassName
{
border-color: #BFE29B;
}
</style>