Shades of Pixie Green #B9CCA8
Tints of Pixie Green #B9CCA8
RGB
CMYK
RGB Variations
Color information
#B9CCA8 (or 0xB9CCA8) is known color: Pixie Green. HEX triplet: B9, CC and A8. RGB value is (185,204,168). Sum of RGB (Red+Green+Blue) = 185+204+168=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCA8 is #463357. Grayscale: #C2C2C2. Windows color (decimal): -4600664 or 11062457. OLE color: 11062457.
HSL color Cylindrical-coordinate representation of color #B9CCA8: hue angle of 91.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9CCA8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 168 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.2 |
| HSL | 91.67º | 0.26% | 0.73% | - |
| HSV(B) | 91.67º | 0.18% | 0.8% | - |
| XYZ | 48.67 | 56.33 | 45.35 | - |
| YUV | 194.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 168 | 0.09 | 0 | 0.18 | 0.2 | 91.67 | 0.26 | 0.73 |
| Hex | B9 | CC | A8 | 9 | 0 | 12 | 14 | 5C | 1A | 49 |
| Octal | 271 | 314 | 250 | 11 | 0 | 22 | 24 | 134 | 32 | 111 |
| Binary | 10111001 | 11001100 | 10101000 | 1001 | 0 | 10010 | 10100 | 1011100 | 11010 | 1001001 |
Color Harmonies of #B9CCA8
Complementary color
Monochromatic Colors of #B9CCA8
Black with #B9CCA8
Text Example
Text Example
White with #B9CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCA8; }
p { color: rgb(185,204,168); }
H1.HeaderClassName
{
color: #B9CCA8;
}
.AnyTagClassName
{
color: #B9CCA8;
}
</style>
background-color css
<style>
a { background-color: #B9CCA8; }
a { background-color: rgb(185,204,168); }
div.DivClassName
{
background-color: #B9CCA8;
}
.BgClassName
{
background-color: #B9CCA8;
}
</style>
border-color css
<style>
span { border-color: #B9CCA8; }
span { border-color: rgb(185,204,168); }
td.TdClassName
{
border-color: #B9CCA8;
}
.TagClassName
{
border-color: #B9CCA8;
}
</style>