Shades of Pixie Green #B1D09D
Tints of Pixie Green #B1D09D
RGB
CMYK
RGB Variations
Color information
#B1D09D (or 0xB1D09D) is known color: Pixie Green. HEX triplet: B1, D0 and 9D. RGB value is (177,208,157). Sum of RGB (Red+Green+Blue) = 177+208+157=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D09D is #4E2F62. Grayscale: #C1C1C1. Windows color (decimal): -5123939 or 10342577. OLE color: 10342577.
HSL color Cylindrical-coordinate representation of color #B1D09D: hue angle of 96.47º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D09D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 157 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.18 |
| HSL | 96.47º | 0.35% | 0.72% | - |
| HSV(B) | 96.47º | 0.25% | 0.82% | - |
| XYZ | 46.77 | 56.89 | 40.41 | - |
| YUV | 192.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 157 | 0.15 | 0 | 0.25 | 0.18 | 96.47 | 0.35 | 0.72 |
| Hex | B1 | D0 | 9D | F | 0 | 19 | 12 | 60 | 23 | 48 |
| Octal | 261 | 320 | 235 | 17 | 0 | 31 | 22 | 140 | 43 | 110 |
| Binary | 10110001 | 11010000 | 10011101 | 1111 | 0 | 11001 | 10010 | 1100000 | 100011 | 1001000 |
Color Harmonies of #B1D09D
Complementary color
Monochromatic Colors of #B1D09D
Black with #B1D09D
Text Example
Text Example
White with #B1D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D09D; }
p { color: rgb(177,208,157); }
H1.HeaderClassName
{
color: #B1D09D;
}
.AnyTagClassName
{
color: #B1D09D;
}
</style>
background-color css
<style>
a { background-color: #B1D09D; }
a { background-color: rgb(177,208,157); }
div.DivClassName
{
background-color: #B1D09D;
}
.BgClassName
{
background-color: #B1D09D;
}
</style>
border-color css
<style>
span { border-color: #B1D09D; }
span { border-color: rgb(177,208,157); }
td.TdClassName
{
border-color: #B1D09D;
}
.TagClassName
{
border-color: #B1D09D;
}
</style>