Shades of Pixie Green #B1CA9F
Tints of Pixie Green #B1CA9F
RGB
CMYK
RGB Variations
Color information
#B1CA9F (or 0xB1CA9F) is known color: Pixie Green. HEX triplet: B1, CA and 9F. RGB value is (177,202,159). Sum of RGB (Red+Green+Blue) = 177+202+159=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9F is #4E3560. Grayscale: #BDBDBD. Windows color (decimal): -5125473 or 10472113. OLE color: 10472113.
HSL color Cylindrical-coordinate representation of color #B1CA9F: hue angle of 94.88º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CA9F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 159 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.21 |
| HSL | 94.88º | 0.29% | 0.71% | - |
| HSV(B) | 94.88º | 0.21% | 0.79% | - |
| XYZ | 45.51 | 54.09 | 40.84 | - |
| YUV | 189.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 159 | 0.12 | 0 | 0.21 | 0.21 | 94.88 | 0.29 | 0.71 |
| Hex | B1 | CA | 9F | C | 0 | 15 | 15 | 5F | 1D | 47 |
| Octal | 261 | 312 | 237 | 14 | 0 | 25 | 25 | 137 | 35 | 107 |
| Binary | 10110001 | 11001010 | 10011111 | 1100 | 0 | 10101 | 10101 | 1011111 | 11101 | 1000111 |
Color Harmonies of #B1CA9F
Complementary color
Monochromatic Colors of #B1CA9F
Black with #B1CA9F
Text Example
Text Example
White with #B1CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA9F; }
p { color: rgb(177,202,159); }
H1.HeaderClassName
{
color: #B1CA9F;
}
.AnyTagClassName
{
color: #B1CA9F;
}
</style>
background-color css
<style>
a { background-color: #B1CA9F; }
a { background-color: rgb(177,202,159); }
div.DivClassName
{
background-color: #B1CA9F;
}
.BgClassName
{
background-color: #B1CA9F;
}
</style>
border-color css
<style>
span { border-color: #B1CA9F; }
span { border-color: rgb(177,202,159); }
td.TdClassName
{
border-color: #B1CA9F;
}
.TagClassName
{
border-color: #B1CA9F;
}
</style>