Shades of Pixie Green #B5D49E
Tints of Pixie Green #B5D49E
RGB
CMYK
RGB Variations
Color information
#B5D49E (or 0xB5D49E) is known color: Pixie Green. HEX triplet: B5, D4 and 9E. RGB value is (181,212,158). Sum of RGB (Red+Green+Blue) = 181+212+158=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D49E is #4A2B61. Grayscale: #C4C4C4. Windows color (decimal): -4860770 or 10409141. OLE color: 10409141.
HSL color Cylindrical-coordinate representation of color #B5D49E: hue angle of 94.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5D49E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 158 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.17 |
| HSL | 94.44º | 0.39% | 0.73% | - |
| HSV(B) | 94.44º | 0.25% | 0.83% | - |
| XYZ | 48.77 | 59.38 | 41.24 | - |
| YUV | 196.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 158 | 0.15 | 0 | 0.25 | 0.17 | 94.44 | 0.39 | 0.73 |
| Hex | B5 | D4 | 9E | F | 0 | 19 | 11 | 5E | 27 | 49 |
| Octal | 265 | 324 | 236 | 17 | 0 | 31 | 21 | 136 | 47 | 111 |
| Binary | 10110101 | 11010100 | 10011110 | 1111 | 0 | 11001 | 10001 | 1011110 | 100111 | 1001001 |
Color Harmonies of #B5D49E
Complementary color
Monochromatic Colors of #B5D49E
Black with #B5D49E
Text Example
Text Example
White with #B5D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D49E; }
p { color: rgb(181,212,158); }
H1.HeaderClassName
{
color: #B5D49E;
}
.AnyTagClassName
{
color: #B5D49E;
}
</style>
background-color css
<style>
a { background-color: #B5D49E; }
a { background-color: rgb(181,212,158); }
div.DivClassName
{
background-color: #B5D49E;
}
.BgClassName
{
background-color: #B5D49E;
}
</style>
border-color css
<style>
span { border-color: #B5D49E; }
span { border-color: rgb(181,212,158); }
td.TdClassName
{
border-color: #B5D49E;
}
.TagClassName
{
border-color: #B5D49E;
}
</style>