Shades of Pixie Green #B1D0A1
Tints of Pixie Green #B1D0A1
RGB
CMYK
RGB Variations
Color information
#B1D0A1 (or 0xB1D0A1) is known color: Pixie Green. HEX triplet: B1, D0 and A1. RGB value is (177,208,161). Sum of RGB (Red+Green+Blue) = 177+208+161=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D0A1 is #4E2F5E. Grayscale: #C1C1C1. Windows color (decimal): -5123935 or 10604721. OLE color: 10604721.
HSL color Cylindrical-coordinate representation of color #B1D0A1: hue angle of 99.57º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1D0A1 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 161 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.18 |
| HSL | 99.57º | 0.33% | 0.72% | - |
| HSV(B) | 99.57º | 0.23% | 0.82% | - |
| XYZ | 47.12 | 57.03 | 42.24 | - |
| YUV | 193.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 161 | 0.15 | 0 | 0.23 | 0.18 | 99.57 | 0.33 | 0.72 |
| Hex | B1 | D0 | A1 | F | 0 | 17 | 12 | 64 | 21 | 48 |
| Octal | 261 | 320 | 241 | 17 | 0 | 27 | 22 | 144 | 41 | 110 |
| Binary | 10110001 | 11010000 | 10100001 | 1111 | 0 | 10111 | 10010 | 1100100 | 100001 | 1001000 |
Color Harmonies of #B1D0A1
Complementary color
Monochromatic Colors of #B1D0A1
Black with #B1D0A1
Text Example
Text Example
White with #B1D0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0A1; }
p { color: rgb(177,208,161); }
H1.HeaderClassName
{
color: #B1D0A1;
}
.AnyTagClassName
{
color: #B1D0A1;
}
</style>
background-color css
<style>
a { background-color: #B1D0A1; }
a { background-color: rgb(177,208,161); }
div.DivClassName
{
background-color: #B1D0A1;
}
.BgClassName
{
background-color: #B1D0A1;
}
</style>
border-color css
<style>
span { border-color: #B1D0A1; }
span { border-color: rgb(177,208,161); }
td.TdClassName
{
border-color: #B1D0A1;
}
.TagClassName
{
border-color: #B1D0A1;
}
</style>