Shades of Pixie Green #B1C1A4
Tints of Pixie Green #B1C1A4
RGB
CMYK
RGB Variations
Color information
#B1C1A4 (or 0xB1C1A4) is known color: Pixie Green. HEX triplet: B1, C1 and A4. RGB value is (177,193,164). Sum of RGB (Red+Green+Blue) = 177+193+164=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C1A4 is #4E3E5B. Grayscale: #B9B9B9. Windows color (decimal): -5127772 or 10797489. OLE color: 10797489.
HSL color Cylindrical-coordinate representation of color #B1C1A4: hue angle of 93.1º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1C1A4 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 164 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.24 |
| HSL | 93.1º | 0.19% | 0.7% | - |
| HSV(B) | 93.1º | 0.15% | 0.76% | - |
| XYZ | 43.9 | 50.17 | 42.49 | - |
| YUV | 184.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 164 | 0.08 | 0 | 0.15 | 0.24 | 93.1 | 0.19 | 0.7 |
| Hex | B1 | C1 | A4 | 8 | 0 | F | 18 | 5D | 13 | 46 |
| Octal | 261 | 301 | 244 | 10 | 0 | 17 | 30 | 135 | 23 | 106 |
| Binary | 10110001 | 11000001 | 10100100 | 1000 | 0 | 1111 | 11000 | 1011101 | 10011 | 1000110 |
Color Harmonies of #B1C1A4
Complementary color
Monochromatic Colors of #B1C1A4
Black with #B1C1A4
Text Example
Text Example
White with #B1C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C1A4; }
p { color: rgb(177,193,164); }
H1.HeaderClassName
{
color: #B1C1A4;
}
.AnyTagClassName
{
color: #B1C1A4;
}
</style>
background-color css
<style>
a { background-color: #B1C1A4; }
a { background-color: rgb(177,193,164); }
div.DivClassName
{
background-color: #B1C1A4;
}
.BgClassName
{
background-color: #B1C1A4;
}
</style>
border-color css
<style>
span { border-color: #B1C1A4; }
span { border-color: rgb(177,193,164); }
td.TdClassName
{
border-color: #B1C1A4;
}
.TagClassName
{
border-color: #B1C1A4;
}
</style>