Shades of Pixie Green #B1D29E
Tints of Pixie Green #B1D29E
RGB
CMYK
RGB Variations
Color information
#B1D29E (or 0xB1D29E) is known color: Pixie Green. HEX triplet: B1, D2 and 9E. RGB value is (177,210,158). Sum of RGB (Red+Green+Blue) = 177+210+158=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D29E is #4E2D61. Grayscale: #C2C2C2. Windows color (decimal): -5123426 or 10408625. OLE color: 10408625.
HSL color Cylindrical-coordinate representation of color #B1D29E: hue angle of 98.08º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D29E is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 158 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.18 |
| HSL | 98.08º | 0.37% | 0.72% | - |
| HSV(B) | 98.08º | 0.25% | 0.82% | - |
| XYZ | 47.35 | 57.91 | 41.03 | - |
| YUV | 194.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 158 | 0.16 | 0 | 0.25 | 0.18 | 98.08 | 0.37 | 0.72 |
| Hex | B1 | D2 | 9E | 10 | 0 | 19 | 12 | 62 | 25 | 48 |
| Octal | 261 | 322 | 236 | 20 | 0 | 31 | 22 | 142 | 45 | 110 |
| Binary | 10110001 | 11010010 | 10011110 | 10000 | 0 | 11001 | 10010 | 1100010 | 100101 | 1001000 |
Color Harmonies of #B1D29E
Complementary color
Monochromatic Colors of #B1D29E
Black with #B1D29E
Text Example
Text Example
White with #B1D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D29E; }
p { color: rgb(177,210,158); }
H1.HeaderClassName
{
color: #B1D29E;
}
.AnyTagClassName
{
color: #B1D29E;
}
</style>
background-color css
<style>
a { background-color: #B1D29E; }
a { background-color: rgb(177,210,158); }
div.DivClassName
{
background-color: #B1D29E;
}
.BgClassName
{
background-color: #B1D29E;
}
</style>
border-color css
<style>
span { border-color: #B1D29E; }
span { border-color: rgb(177,210,158); }
td.TdClassName
{
border-color: #B1D29E;
}
.TagClassName
{
border-color: #B1D29E;
}
</style>