Shades of Pixie Green #B8C5A9
Tints of Pixie Green #B8C5A9
RGB
CMYK
RGB Variations
Color information
#B8C5A9 (or 0xB8C5A9) is known color: Pixie Green. HEX triplet: B8, C5 and A9. RGB value is (184,197,169). Sum of RGB (Red+Green+Blue) = 184+197+169=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C5A9 is #473A56. Grayscale: #BEBEBE. Windows color (decimal): -4667991 or 11126200. OLE color: 11126200.
HSL color Cylindrical-coordinate representation of color #B8C5A9: hue angle of 87.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8C5A9 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 169 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.23 |
| HSL | 87.86º | 0.19% | 0.72% | - |
| HSV(B) | 87.86º | 0.14% | 0.77% | - |
| XYZ | 46.89 | 52.99 | 45.29 | - |
| YUV | 189.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 169 | 0.07 | 0 | 0.14 | 0.23 | 87.86 | 0.19 | 0.72 |
| Hex | B8 | C5 | A9 | 7 | 0 | E | 17 | 58 | 13 | 48 |
| Octal | 270 | 305 | 251 | 7 | 0 | 16 | 27 | 130 | 23 | 110 |
| Binary | 10111000 | 11000101 | 10101001 | 111 | 0 | 1110 | 10111 | 1011000 | 10011 | 1001000 |
Color Harmonies of #B8C5A9
Complementary color
Monochromatic Colors of #B8C5A9
Black with #B8C5A9
Text Example
Text Example
White with #B8C5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5A9; }
p { color: rgb(184,197,169); }
H1.HeaderClassName
{
color: #B8C5A9;
}
.AnyTagClassName
{
color: #B8C5A9;
}
</style>
background-color css
<style>
a { background-color: #B8C5A9; }
a { background-color: rgb(184,197,169); }
div.DivClassName
{
background-color: #B8C5A9;
}
.BgClassName
{
background-color: #B8C5A9;
}
</style>
border-color css
<style>
span { border-color: #B8C5A9; }
span { border-color: rgb(184,197,169); }
td.TdClassName
{
border-color: #B8C5A9;
}
.TagClassName
{
border-color: #B8C5A9;
}
</style>