Shades of Pixie Green #B1D29C
Tints of Pixie Green #B1D29C
RGB
CMYK
RGB Variations
Color information
#B1D29C (or 0xB1D29C) is known color: Pixie Green. HEX triplet: B1, D2 and 9C. RGB value is (177,210,156). Sum of RGB (Red+Green+Blue) = 177+210+156=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D29C is #4E2D63. Grayscale: #C2C2C2. Windows color (decimal): -5123428 or 10277553. OLE color: 10277553.
HSL color Cylindrical-coordinate representation of color #B1D29C: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D29C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 156 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.18 |
| HSL | 96.67º | 0.38% | 0.72% | - |
| HSV(B) | 96.67º | 0.26% | 0.82% | - |
| XYZ | 47.18 | 57.84 | 40.13 | - |
| YUV | 193.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 156 | 0.16 | 0 | 0.26 | 0.18 | 96.67 | 0.38 | 0.72 |
| Hex | B1 | D2 | 9C | 10 | 0 | 1A | 12 | 61 | 26 | 48 |
| Octal | 261 | 322 | 234 | 20 | 0 | 32 | 22 | 141 | 46 | 110 |
| Binary | 10110001 | 11010010 | 10011100 | 10000 | 0 | 11010 | 10010 | 1100001 | 100110 | 1001000 |
Color Harmonies of #B1D29C
Complementary color
Monochromatic Colors of #B1D29C
Black with #B1D29C
Text Example
Text Example
White with #B1D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D29C; }
p { color: rgb(177,210,156); }
H1.HeaderClassName
{
color: #B1D29C;
}
.AnyTagClassName
{
color: #B1D29C;
}
</style>
background-color css
<style>
a { background-color: #B1D29C; }
a { background-color: rgb(177,210,156); }
div.DivClassName
{
background-color: #B1D29C;
}
.BgClassName
{
background-color: #B1D29C;
}
</style>
border-color css
<style>
span { border-color: #B1D29C; }
span { border-color: rgb(177,210,156); }
td.TdClassName
{
border-color: #B1D29C;
}
.TagClassName
{
border-color: #B1D29C;
}
</style>