Shades of Pixie Green #B1C8A3
Tints of Pixie Green #B1C8A3
RGB
CMYK
RGB Variations
Color information
#B1C8A3 (or 0xB1C8A3) is known color: Pixie Green. HEX triplet: B1, C8 and A3. RGB value is (177,200,163). Sum of RGB (Red+Green+Blue) = 177+200+163=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C8A3 is #4E375C. Grayscale: #BDBDBD. Windows color (decimal): -5125981 or 10733745. OLE color: 10733745.
HSL color Cylindrical-coordinate representation of color #B1C8A3: hue angle of 97.3º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1C8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 163 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.22 |
| HSL | 97.3º | 0.25% | 0.71% | - |
| HSV(B) | 97.3º | 0.19% | 0.78% | - |
| XYZ | 45.4 | 53.3 | 42.55 | - |
| YUV | 188.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 163 | 0.12 | 0 | 0.18 | 0.22 | 97.3 | 0.25 | 0.71 |
| Hex | B1 | C8 | A3 | C | 0 | 12 | 16 | 61 | 19 | 47 |
| Octal | 261 | 310 | 243 | 14 | 0 | 22 | 26 | 141 | 31 | 107 |
| Binary | 10110001 | 11001000 | 10100011 | 1100 | 0 | 10010 | 10110 | 1100001 | 11001 | 1000111 |
Color Harmonies of #B1C8A3
Complementary color
Monochromatic Colors of #B1C8A3
Black with #B1C8A3
Text Example
Text Example
White with #B1C8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8A3; }
p { color: rgb(177,200,163); }
H1.HeaderClassName
{
color: #B1C8A3;
}
.AnyTagClassName
{
color: #B1C8A3;
}
</style>
background-color css
<style>
a { background-color: #B1C8A3; }
a { background-color: rgb(177,200,163); }
div.DivClassName
{
background-color: #B1C8A3;
}
.BgClassName
{
background-color: #B1C8A3;
}
</style>
border-color css
<style>
span { border-color: #B1C8A3; }
span { border-color: rgb(177,200,163); }
td.TdClassName
{
border-color: #B1C8A3;
}
.TagClassName
{
border-color: #B1C8A3;
}
</style>