Shades of Pixie Green #BFDA9A
Tints of Pixie Green #BFDA9A
RGB
CMYK
RGB Variations
Color information
#BFDA9A (or 0xBFDA9A) is known color: Pixie Green. HEX triplet: BF, DA and 9A. RGB value is (191,218,154). Sum of RGB (Red+Green+Blue) = 191+218+154=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA9A is #402565. Grayscale: #CACACA. Windows color (decimal): -4203878 or 10148543. OLE color: 10148543.
HSL color Cylindrical-coordinate representation of color #BFDA9A: hue angle of 85.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDA9A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 154 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.15 |
| HSL | 85.31º | 0.46% | 0.73% | - |
| HSV(B) | 85.31º | 0.29% | 0.85% | - |
| XYZ | 52.39 | 63.55 | 40.08 | - |
| YUV | 202.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 154 | 0.12 | 0 | 0.29 | 0.15 | 85.31 | 0.46 | 0.73 |
| Hex | BF | DA | 9A | C | 0 | 1D | F | 55 | 2E | 49 |
| Octal | 277 | 332 | 232 | 14 | 0 | 35 | 17 | 125 | 56 | 111 |
| Binary | 10111111 | 11011010 | 10011010 | 1100 | 0 | 11101 | 1111 | 1010101 | 101110 | 1001001 |
Color Harmonies of #BFDA9A
Complementary color
Monochromatic Colors of #BFDA9A
Black with #BFDA9A
Text Example
Text Example
White with #BFDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA9A; }
p { color: rgb(191,218,154); }
H1.HeaderClassName
{
color: #BFDA9A;
}
.AnyTagClassName
{
color: #BFDA9A;
}
</style>
background-color css
<style>
a { background-color: #BFDA9A; }
a { background-color: rgb(191,218,154); }
div.DivClassName
{
background-color: #BFDA9A;
}
.BgClassName
{
background-color: #BFDA9A;
}
</style>
border-color css
<style>
span { border-color: #BFDA9A; }
span { border-color: rgb(191,218,154); }
td.TdClassName
{
border-color: #BFDA9A;
}
.TagClassName
{
border-color: #BFDA9A;
}
</style>