Shades of Pixie Green #B9D2AB
Tints of Pixie Green #B9D2AB
RGB
CMYK
RGB Variations
Color information
#B9D2AB (or 0xB9D2AB) is known color: Pixie Green. HEX triplet: B9, D2 and AB. RGB value is (185,210,171). Sum of RGB (Red+Green+Blue) = 185+210+171=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D2AB is #462D54. Grayscale: #C6C6C6. Windows color (decimal): -4599125 or 11260601. OLE color: 11260601.
HSL color Cylindrical-coordinate representation of color #B9D2AB: hue angle of 98.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9D2AB is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 171 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.18 |
| HSL | 98.46º | 0.3% | 0.75% | - |
| HSV(B) | 98.46º | 0.19% | 0.82% | - |
| XYZ | 50.4 | 59.35 | 47.33 | - |
| YUV | 198.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 171 | 0.12 | 0 | 0.19 | 0.18 | 98.46 | 0.3 | 0.75 |
| Hex | B9 | D2 | AB | C | 0 | 13 | 12 | 62 | 1E | 4B |
| Octal | 271 | 322 | 253 | 14 | 0 | 23 | 22 | 142 | 36 | 113 |
| Binary | 10111001 | 11010010 | 10101011 | 1100 | 0 | 10011 | 10010 | 1100010 | 11110 | 1001011 |
Color Harmonies of #B9D2AB
Complementary color
Monochromatic Colors of #B9D2AB
Black with #B9D2AB
Text Example
Text Example
White with #B9D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2AB; }
p { color: rgb(185,210,171); }
H1.HeaderClassName
{
color: #B9D2AB;
}
.AnyTagClassName
{
color: #B9D2AB;
}
</style>
background-color css
<style>
a { background-color: #B9D2AB; }
a { background-color: rgb(185,210,171); }
div.DivClassName
{
background-color: #B9D2AB;
}
.BgClassName
{
background-color: #B9D2AB;
}
</style>
border-color css
<style>
span { border-color: #B9D2AB; }
span { border-color: rgb(185,210,171); }
td.TdClassName
{
border-color: #B9D2AB;
}
.TagClassName
{
border-color: #B9D2AB;
}
</style>