Shades of Pixie Green #B9D1AB
Tints of Pixie Green #B9D1AB
RGB
CMYK
RGB Variations
Color information
#B9D1AB (or 0xB9D1AB) is known color: Pixie Green. HEX triplet: B9, D1 and AB. RGB value is (185,209,171). Sum of RGB (Red+Green+Blue) = 185+209+171=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D1AB is #462E54. Grayscale: #C5C5C5. Windows color (decimal): -4599381 or 11260345. OLE color: 11260345.
HSL color Cylindrical-coordinate representation of color #B9D1AB: hue angle of 97.89º 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 #B9D1AB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 171 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.18 |
| HSL | 97.89º | 0.29% | 0.75% | - |
| HSV(B) | 97.89º | 0.18% | 0.82% | - |
| XYZ | 50.16 | 58.86 | 47.24 | - |
| YUV | 197.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 171 | 0.11 | 0 | 0.18 | 0.18 | 97.89 | 0.29 | 0.75 |
| Hex | B9 | D1 | AB | B | 0 | 12 | 12 | 62 | 1D | 4B |
| Octal | 271 | 321 | 253 | 13 | 0 | 22 | 22 | 142 | 35 | 113 |
| Binary | 10111001 | 11010001 | 10101011 | 1011 | 0 | 10010 | 10010 | 1100010 | 11101 | 1001011 |
Color Harmonies of #B9D1AB
Complementary color
Monochromatic Colors of #B9D1AB
Black with #B9D1AB
Text Example
Text Example
White with #B9D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D1AB; }
p { color: rgb(185,209,171); }
H1.HeaderClassName
{
color: #B9D1AB;
}
.AnyTagClassName
{
color: #B9D1AB;
}
</style>
background-color css
<style>
a { background-color: #B9D1AB; }
a { background-color: rgb(185,209,171); }
div.DivClassName
{
background-color: #B9D1AB;
}
.BgClassName
{
background-color: #B9D1AB;
}
</style>
border-color css
<style>
span { border-color: #B9D1AB; }
span { border-color: rgb(185,209,171); }
td.TdClassName
{
border-color: #B9D1AB;
}
.TagClassName
{
border-color: #B9D1AB;
}
</style>