Shades of Pixie Green #BFD5A0
Tints of Pixie Green #BFD5A0
RGB
CMYK
RGB Variations
Color information
#BFD5A0 (or 0xBFD5A0) is known color: Pixie Green. HEX triplet: BF, D5 and A0. RGB value is (191,213,160). Sum of RGB (Red+Green+Blue) = 191+213+160=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5A0 is #402A5F. Grayscale: #C8C8C8. Windows color (decimal): -4205152 or 10540479. OLE color: 10540479.
HSL color Cylindrical-coordinate representation of color #BFD5A0: hue angle of 84.91º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD5A0 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 160 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.16 |
| HSL | 84.91º | 0.39% | 0.73% | - |
| HSV(B) | 84.91º | 0.25% | 0.84% | - |
| XYZ | 51.63 | 61.2 | 42.35 | - |
| YUV | 200.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 160 | 0.10 | 0 | 0.25 | 0.16 | 84.91 | 0.39 | 0.73 |
| Hex | BF | D5 | A0 | A | 0 | 19 | 10 | 55 | 27 | 49 |
| Octal | 277 | 325 | 240 | 12 | 0 | 31 | 20 | 125 | 47 | 111 |
| Binary | 10111111 | 11010101 | 10100000 | 1010 | 0 | 11001 | 10000 | 1010101 | 100111 | 1001001 |
Color Harmonies of #BFD5A0
Complementary color
Monochromatic Colors of #BFD5A0
Black with #BFD5A0
Text Example
Text Example
White with #BFD5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5A0; }
p { color: rgb(191,213,160); }
H1.HeaderClassName
{
color: #BFD5A0;
}
.AnyTagClassName
{
color: #BFD5A0;
}
</style>
background-color css
<style>
a { background-color: #BFD5A0; }
a { background-color: rgb(191,213,160); }
div.DivClassName
{
background-color: #BFD5A0;
}
.BgClassName
{
background-color: #BFD5A0;
}
</style>
border-color css
<style>
span { border-color: #BFD5A0; }
span { border-color: rgb(191,213,160); }
td.TdClassName
{
border-color: #BFD5A0;
}
.TagClassName
{
border-color: #BFD5A0;
}
</style>