Shades of Pixie Green #B9C9A3
Tints of Pixie Green #B9C9A3
RGB
CMYK
RGB Variations
Color information
#B9C9A3 (or 0xB9C9A3) is known color: Pixie Green. HEX triplet: B9, C9 and A3. RGB value is (185,201,163). Sum of RGB (Red+Green+Blue) = 185+201+163=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C9A3 is #46365C. Grayscale: #C0C0C0. Windows color (decimal): -4601437 or 10734009. OLE color: 10734009.
HSL color Cylindrical-coordinate representation of color #B9C9A3: hue angle of 85.26º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C9A3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 163 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.21 |
| HSL | 85.26º | 0.26% | 0.71% | - |
| HSV(B) | 85.26º | 0.19% | 0.79% | - |
| XYZ | 47.51 | 54.73 | 42.71 | - |
| YUV | 191.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 163 | 0.08 | 0 | 0.19 | 0.21 | 85.26 | 0.26 | 0.71 |
| Hex | B9 | C9 | A3 | 8 | 0 | 13 | 15 | 55 | 1A | 47 |
| Octal | 271 | 311 | 243 | 10 | 0 | 23 | 25 | 125 | 32 | 107 |
| Binary | 10111001 | 11001001 | 10100011 | 1000 | 0 | 10011 | 10101 | 1010101 | 11010 | 1000111 |
Color Harmonies of #B9C9A3
Complementary color
Monochromatic Colors of #B9C9A3
Black with #B9C9A3
Text Example
Text Example
White with #B9C9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C9A3; }
p { color: rgb(185,201,163); }
H1.HeaderClassName
{
color: #B9C9A3;
}
.AnyTagClassName
{
color: #B9C9A3;
}
</style>
background-color css
<style>
a { background-color: #B9C9A3; }
a { background-color: rgb(185,201,163); }
div.DivClassName
{
background-color: #B9C9A3;
}
.BgClassName
{
background-color: #B9C9A3;
}
</style>
border-color css
<style>
span { border-color: #B9C9A3; }
span { border-color: rgb(185,201,163); }
td.TdClassName
{
border-color: #B9C9A3;
}
.TagClassName
{
border-color: #B9C9A3;
}
</style>