Shades of Pixie Green #B9D49C
Tints of Pixie Green #B9D49C
RGB
CMYK
RGB Variations
Color information
#B9D49C (or 0xB9D49C) is known color: Pixie Green. HEX triplet: B9, D4 and 9C. RGB value is (185,212,156). Sum of RGB (Red+Green+Blue) = 185+212+156=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D49C is #462B63. Grayscale: #C5C5C5. Windows color (decimal): -4598628 or 10278073. OLE color: 10278073.
HSL color Cylindrical-coordinate representation of color #B9D49C: hue angle of 88.93º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D49C is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 156 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.17 |
| HSL | 88.93º | 0.39% | 0.72% | - |
| HSV(B) | 88.93º | 0.26% | 0.83% | - |
| XYZ | 49.55 | 59.8 | 40.38 | - |
| YUV | 197.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 156 | 0.13 | 0 | 0.26 | 0.17 | 88.93 | 0.39 | 0.72 |
| Hex | B9 | D4 | 9C | D | 0 | 1A | 11 | 59 | 27 | 48 |
| Octal | 271 | 324 | 234 | 15 | 0 | 32 | 21 | 131 | 47 | 110 |
| Binary | 10111001 | 11010100 | 10011100 | 1101 | 0 | 11010 | 10001 | 1011001 | 100111 | 1001000 |
Color Harmonies of #B9D49C
Complementary color
Monochromatic Colors of #B9D49C
Black with #B9D49C
Text Example
Text Example
White with #B9D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D49C; }
p { color: rgb(185,212,156); }
H1.HeaderClassName
{
color: #B9D49C;
}
.AnyTagClassName
{
color: #B9D49C;
}
</style>
background-color css
<style>
a { background-color: #B9D49C; }
a { background-color: rgb(185,212,156); }
div.DivClassName
{
background-color: #B9D49C;
}
.BgClassName
{
background-color: #B9D49C;
}
</style>
border-color css
<style>
span { border-color: #B9D49C; }
span { border-color: rgb(185,212,156); }
td.TdClassName
{
border-color: #B9D49C;
}
.TagClassName
{
border-color: #B9D49C;
}
</style>