Shades of Pixie Green #B5CEA9
Tints of Pixie Green #B5CEA9
RGB
CMYK
RGB Variations
Color information
#B5CEA9 (or 0xB5CEA9) is known color: Pixie Green. HEX triplet: B5, CE and A9. RGB value is (181,206,169). Sum of RGB (Red+Green+Blue) = 181+206+169=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEA9 is #4A3156. Grayscale: #C2C2C2. Windows color (decimal): -4862295 or 11128501. OLE color: 11128501.
HSL color Cylindrical-coordinate representation of color #B5CEA9: hue angle of 100.54º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CEA9 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 169 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.19 |
| HSL | 100.54º | 0.27% | 0.74% | - |
| HSV(B) | 100.54º | 0.18% | 0.81% | - |
| XYZ | 48.29 | 56.83 | 45.96 | - |
| YUV | 194.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 169 | 0.12 | 0 | 0.18 | 0.19 | 100.54 | 0.27 | 0.74 |
| Hex | B5 | CE | A9 | C | 0 | 12 | 13 | 65 | 1B | 4A |
| Octal | 265 | 316 | 251 | 14 | 0 | 22 | 23 | 145 | 33 | 112 |
| Binary | 10110101 | 11001110 | 10101001 | 1100 | 0 | 10010 | 10011 | 1100101 | 11011 | 1001010 |
Color Harmonies of #B5CEA9
Complementary color
Monochromatic Colors of #B5CEA9
Black with #B5CEA9
Text Example
Text Example
White with #B5CEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEA9; }
p { color: rgb(181,206,169); }
H1.HeaderClassName
{
color: #B5CEA9;
}
.AnyTagClassName
{
color: #B5CEA9;
}
</style>
background-color css
<style>
a { background-color: #B5CEA9; }
a { background-color: rgb(181,206,169); }
div.DivClassName
{
background-color: #B5CEA9;
}
.BgClassName
{
background-color: #B5CEA9;
}
</style>
border-color css
<style>
span { border-color: #B5CEA9; }
span { border-color: rgb(181,206,169); }
td.TdClassName
{
border-color: #B5CEA9;
}
.TagClassName
{
border-color: #B5CEA9;
}
</style>