Shades of Pixie Green #B9D1AC
Tints of Pixie Green #B9D1AC
RGB
CMYK
RGB Variations
Color information
#B9D1AC (or 0xB9D1AC) is known color: Pixie Green. HEX triplet: B9, D1 and AC. RGB value is (185,209,172). Sum of RGB (Red+Green+Blue) = 185+209+172=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D1AC is #462E53. Grayscale: #C5C5C5. Windows color (decimal): -4599380 or 11325881. OLE color: 11325881.
HSL color Cylindrical-coordinate representation of color #B9D1AC: hue angle of 98.92º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9D1AC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 172 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.18 |
| HSL | 98.92º | 0.29% | 0.75% | - |
| HSV(B) | 98.92º | 0.18% | 0.82% | - |
| XYZ | 50.25 | 58.89 | 47.75 | - |
| YUV | 197.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 172 | 0.11 | 0 | 0.18 | 0.18 | 98.92 | 0.29 | 0.75 |
| Hex | B9 | D1 | AC | B | 0 | 12 | 12 | 63 | 1D | 4B |
| Octal | 271 | 321 | 254 | 13 | 0 | 22 | 22 | 143 | 35 | 113 |
| Binary | 10111001 | 11010001 | 10101100 | 1011 | 0 | 10010 | 10010 | 1100011 | 11101 | 1001011 |
Color Harmonies of #B9D1AC
Complementary color
Monochromatic Colors of #B9D1AC
Black with #B9D1AC
Text Example
Text Example
White with #B9D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D1AC; }
p { color: rgb(185,209,172); }
H1.HeaderClassName
{
color: #B9D1AC;
}
.AnyTagClassName
{
color: #B9D1AC;
}
</style>
background-color css
<style>
a { background-color: #B9D1AC; }
a { background-color: rgb(185,209,172); }
div.DivClassName
{
background-color: #B9D1AC;
}
.BgClassName
{
background-color: #B9D1AC;
}
</style>
border-color css
<style>
span { border-color: #B9D1AC; }
span { border-color: rgb(185,209,172); }
td.TdClassName
{
border-color: #B9D1AC;
}
.TagClassName
{
border-color: #B9D1AC;
}
</style>