Shades of Pixie Green #B1C9A5
Tints of Pixie Green #B1C9A5
RGB
CMYK
RGB Variations
Color information
#B1C9A5 (or 0xB1C9A5) is known color: Pixie Green. HEX triplet: B1, C9 and A5. RGB value is (177,201,165). Sum of RGB (Red+Green+Blue) = 177+201+165=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C9A5 is #4E365A. Grayscale: #BDBDBD. Windows color (decimal): -5125723 or 10865073. OLE color: 10865073.
HSL color Cylindrical-coordinate representation of color #B1C9A5: hue angle of 100º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C9A5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 165 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.21 |
| HSL | 100º | 0.25% | 0.72% | - |
| HSV(B) | 100º | 0.18% | 0.79% | - |
| XYZ | 45.81 | 53.84 | 43.57 | - |
| YUV | 189.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 165 | 0.12 | 0 | 0.18 | 0.21 | 100 | 0.25 | 0.72 |
| Hex | B1 | C9 | A5 | C | 0 | 12 | 15 | 64 | 19 | 48 |
| Octal | 261 | 311 | 245 | 14 | 0 | 22 | 25 | 144 | 31 | 110 |
| Binary | 10110001 | 11001001 | 10100101 | 1100 | 0 | 10010 | 10101 | 1100100 | 11001 | 1001000 |
Color Harmonies of #B1C9A5
Complementary color
Monochromatic Colors of #B1C9A5
Black with #B1C9A5
Text Example
Text Example
White with #B1C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9A5; }
p { color: rgb(177,201,165); }
H1.HeaderClassName
{
color: #B1C9A5;
}
.AnyTagClassName
{
color: #B1C9A5;
}
</style>
background-color css
<style>
a { background-color: #B1C9A5; }
a { background-color: rgb(177,201,165); }
div.DivClassName
{
background-color: #B1C9A5;
}
.BgClassName
{
background-color: #B1C9A5;
}
</style>
border-color css
<style>
span { border-color: #B1C9A5; }
span { border-color: rgb(177,201,165); }
td.TdClassName
{
border-color: #B1C9A5;
}
.TagClassName
{
border-color: #B1C9A5;
}
</style>