Shades of Pixie Green #B1C6A4
Tints of Pixie Green #B1C6A4
RGB
CMYK
RGB Variations
Color information
#B1C6A4 (or 0xB1C6A4) is known color: Pixie Green. HEX triplet: B1, C6 and A4. RGB value is (177,198,164). Sum of RGB (Red+Green+Blue) = 177+198+164=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6A4 is #4E395B. Grayscale: #BBBBBB. Windows color (decimal): -5126492 or 10798769. OLE color: 10798769.
HSL color Cylindrical-coordinate representation of color #B1C6A4: hue angle of 97.06º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1C6A4 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 164 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.22 |
| HSL | 97.06º | 0.23% | 0.71% | - |
| HSV(B) | 97.06º | 0.17% | 0.78% | - |
| XYZ | 45.03 | 52.42 | 42.87 | - |
| YUV | 187.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 164 | 0.11 | 0 | 0.17 | 0.22 | 97.06 | 0.23 | 0.71 |
| Hex | B1 | C6 | A4 | B | 0 | 11 | 16 | 61 | 17 | 47 |
| Octal | 261 | 306 | 244 | 13 | 0 | 21 | 26 | 141 | 27 | 107 |
| Binary | 10110001 | 11000110 | 10100100 | 1011 | 0 | 10001 | 10110 | 1100001 | 10111 | 1000111 |
Color Harmonies of #B1C6A4
Complementary color
Monochromatic Colors of #B1C6A4
Black with #B1C6A4
Text Example
Text Example
White with #B1C6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6A4; }
p { color: rgb(177,198,164); }
H1.HeaderClassName
{
color: #B1C6A4;
}
.AnyTagClassName
{
color: #B1C6A4;
}
</style>
background-color css
<style>
a { background-color: #B1C6A4; }
a { background-color: rgb(177,198,164); }
div.DivClassName
{
background-color: #B1C6A4;
}
.BgClassName
{
background-color: #B1C6A4;
}
</style>
border-color css
<style>
span { border-color: #B1C6A4; }
span { border-color: rgb(177,198,164); }
td.TdClassName
{
border-color: #B1C6A4;
}
.TagClassName
{
border-color: #B1C6A4;
}
</style>