Shades of Pixie Green #B9C9A7
Tints of Pixie Green #B9C9A7
RGB
CMYK
RGB Variations
Color information
#B9C9A7 (or 0xB9C9A7) is known color: Pixie Green. HEX triplet: B9, C9 and A7. RGB value is (185,201,167). Sum of RGB (Red+Green+Blue) = 185+201+167=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C9A7 is #463658. Grayscale: #C0C0C0. Windows color (decimal): -4601433 or 10996153. OLE color: 10996153.
HSL color Cylindrical-coordinate representation of color #B9C9A7: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9C9A7 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 167 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.21 |
| HSL | 88.24º | 0.24% | 0.72% | - |
| HSV(B) | 88.24º | 0.17% | 0.79% | - |
| XYZ | 47.87 | 54.88 | 44.63 | - |
| YUV | 192.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 167 | 0.08 | 0 | 0.17 | 0.21 | 88.24 | 0.24 | 0.72 |
| Hex | B9 | C9 | A7 | 8 | 0 | 11 | 15 | 58 | 18 | 48 |
| Octal | 271 | 311 | 247 | 10 | 0 | 21 | 25 | 130 | 30 | 110 |
| Binary | 10111001 | 11001001 | 10100111 | 1000 | 0 | 10001 | 10101 | 1011000 | 11000 | 1001000 |
Color Harmonies of #B9C9A7
Complementary color
Monochromatic Colors of #B9C9A7
Black with #B9C9A7
Text Example
Text Example
White with #B9C9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C9A7; }
p { color: rgb(185,201,167); }
H1.HeaderClassName
{
color: #B9C9A7;
}
.AnyTagClassName
{
color: #B9C9A7;
}
</style>
background-color css
<style>
a { background-color: #B9C9A7; }
a { background-color: rgb(185,201,167); }
div.DivClassName
{
background-color: #B9C9A7;
}
.BgClassName
{
background-color: #B9C9A7;
}
</style>
border-color css
<style>
span { border-color: #B9C9A7; }
span { border-color: rgb(185,201,167); }
td.TdClassName
{
border-color: #B9C9A7;
}
.TagClassName
{
border-color: #B9C9A7;
}
</style>