Shades of Pixie Green #BACF9F
Tints of Pixie Green #BACF9F
RGB
CMYK
RGB Variations
Color information
#BACF9F (or 0xBACF9F) is known color: Pixie Green. HEX triplet: BA, CF and 9F. RGB value is (186,207,159). Sum of RGB (Red+Green+Blue) = 186+207+159=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF9F is #453060. Grayscale: #C3C3C3. Windows color (decimal): -4534369 or 10473402. OLE color: 10473402.
HSL color Cylindrical-coordinate representation of color #BACF9F: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACF9F is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 159 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.19 |
| HSL | 86.25º | 0.33% | 0.72% | - |
| HSV(B) | 86.25º | 0.23% | 0.81% | - |
| XYZ | 48.82 | 57.57 | 41.34 | - |
| YUV | 195.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 159 | 0.10 | 0 | 0.23 | 0.19 | 86.25 | 0.33 | 0.72 |
| Hex | BA | CF | 9F | A | 0 | 17 | 13 | 56 | 21 | 48 |
| Octal | 272 | 317 | 237 | 12 | 0 | 27 | 23 | 126 | 41 | 110 |
| Binary | 10111010 | 11001111 | 10011111 | 1010 | 0 | 10111 | 10011 | 1010110 | 100001 | 1001000 |
Color Harmonies of #BACF9F
Complementary color
Monochromatic Colors of #BACF9F
Black with #BACF9F
Text Example
Text Example
White with #BACF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF9F; }
p { color: rgb(186,207,159); }
H1.HeaderClassName
{
color: #BACF9F;
}
.AnyTagClassName
{
color: #BACF9F;
}
</style>
background-color css
<style>
a { background-color: #BACF9F; }
a { background-color: rgb(186,207,159); }
div.DivClassName
{
background-color: #BACF9F;
}
.BgClassName
{
background-color: #BACF9F;
}
</style>
border-color css
<style>
span { border-color: #BACF9F; }
span { border-color: rgb(186,207,159); }
td.TdClassName
{
border-color: #BACF9F;
}
.TagClassName
{
border-color: #BACF9F;
}
</style>