Shades of Pixie Green #B9DF96
Tints of Pixie Green #B9DF96
RGB
CMYK
RGB Variations
Color information
#B9DF96 (or 0xB9DF96) is known color: Pixie Green. HEX triplet: B9, DF and 96. RGB value is (185,223,150). Sum of RGB (Red+Green+Blue) = 185+223+150=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF96 is #462069. Grayscale: #CBCBCB. Windows color (decimal): -4595818 or 9887673. OLE color: 9887673.
HSL color Cylindrical-coordinate representation of color #B9DF96: hue angle of 91.23º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9DF96 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 150 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 91.23º | 0.53% | 0.73% | - |
| HSV(B) | 91.23º | 0.33% | 0.87% | - |
| XYZ | 51.9 | 65.29 | 38.72 | - |
| YUV | 203.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 150 | 0.17 | 0 | 0.33 | 0.13 | 91.23 | 0.53 | 0.73 |
| Hex | B9 | DF | 96 | 11 | 0 | 21 | D | 5B | 35 | 49 |
| Octal | 271 | 337 | 226 | 21 | 0 | 41 | 15 | 133 | 65 | 111 |
| Binary | 10111001 | 11011111 | 10010110 | 10001 | 0 | 100001 | 1101 | 1011011 | 110101 | 1001001 |
Color Harmonies of #B9DF96
Complementary color
Monochromatic Colors of #B9DF96
Black with #B9DF96
Text Example
Text Example
White with #B9DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF96; }
p { color: rgb(185,223,150); }
H1.HeaderClassName
{
color: #B9DF96;
}
.AnyTagClassName
{
color: #B9DF96;
}
</style>
background-color css
<style>
a { background-color: #B9DF96; }
a { background-color: rgb(185,223,150); }
div.DivClassName
{
background-color: #B9DF96;
}
.BgClassName
{
background-color: #B9DF96;
}
</style>
border-color css
<style>
span { border-color: #B9DF96; }
span { border-color: rgb(185,223,150); }
td.TdClassName
{
border-color: #B9DF96;
}
.TagClassName
{
border-color: #B9DF96;
}
</style>