Shades of Pixie Green #B1D29D
Tints of Pixie Green #B1D29D
RGB
CMYK
RGB Variations
Color information
#B1D29D (or 0xB1D29D) is known color: Pixie Green. HEX triplet: B1, D2 and 9D. RGB value is (177,210,157). Sum of RGB (Red+Green+Blue) = 177+210+157=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D29D is #4E2D62. Grayscale: #C2C2C2. Windows color (decimal): -5123427 or 10343089. OLE color: 10343089.
HSL color Cylindrical-coordinate representation of color #B1D29D: hue angle of 97.36º 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 #B1D29D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 157 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.18 |
| HSL | 97.36º | 0.37% | 0.72% | - |
| HSV(B) | 97.36º | 0.25% | 0.82% | - |
| XYZ | 47.26 | 57.87 | 40.58 | - |
| YUV | 194.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 157 | 0.16 | 0 | 0.25 | 0.18 | 97.36 | 0.37 | 0.72 |
| Hex | B1 | D2 | 9D | 10 | 0 | 19 | 12 | 61 | 25 | 48 |
| Octal | 261 | 322 | 235 | 20 | 0 | 31 | 22 | 141 | 45 | 110 |
| Binary | 10110001 | 11010010 | 10011101 | 10000 | 0 | 11001 | 10010 | 1100001 | 100101 | 1001000 |
Color Harmonies of #B1D29D
Complementary color
Monochromatic Colors of #B1D29D
Black with #B1D29D
Text Example
Text Example
White with #B1D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D29D; }
p { color: rgb(177,210,157); }
H1.HeaderClassName
{
color: #B1D29D;
}
.AnyTagClassName
{
color: #B1D29D;
}
</style>
background-color css
<style>
a { background-color: #B1D29D; }
a { background-color: rgb(177,210,157); }
div.DivClassName
{
background-color: #B1D29D;
}
.BgClassName
{
background-color: #B1D29D;
}
</style>
border-color css
<style>
span { border-color: #B1D29D; }
span { border-color: rgb(177,210,157); }
td.TdClassName
{
border-color: #B1D29D;
}
.TagClassName
{
border-color: #B1D29D;
}
</style>