Shades of Pixie Green #B2D19F
Tints of Pixie Green #B2D19F
RGB
CMYK
RGB Variations
Color information
#B2D19F (or 0xB2D19F) is known color: Pixie Green. HEX triplet: B2, D1 and 9F. RGB value is (178,209,159). Sum of RGB (Red+Green+Blue) = 178+209+159=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D19F is #4D2E60. Grayscale: #C2C2C2. Windows color (decimal): -5058145 or 10473906. OLE color: 10473906.
HSL color Cylindrical-coordinate representation of color #B2D19F: hue angle of 97.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2D19F is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 159 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.18 |
| HSL | 97.2º | 0.35% | 0.72% | - |
| HSV(B) | 97.2º | 0.24% | 0.82% | - |
| XYZ | 47.42 | 57.57 | 41.41 | - |
| YUV | 194.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 159 | 0.15 | 0 | 0.24 | 0.18 | 97.2 | 0.35 | 0.72 |
| Hex | B2 | D1 | 9F | F | 0 | 18 | 12 | 61 | 23 | 48 |
| Octal | 262 | 321 | 237 | 17 | 0 | 30 | 22 | 141 | 43 | 110 |
| Binary | 10110010 | 11010001 | 10011111 | 1111 | 0 | 11000 | 10010 | 1100001 | 100011 | 1001000 |
Color Harmonies of #B2D19F
Complementary color
Monochromatic Colors of #B2D19F
Black with #B2D19F
Text Example
Text Example
White with #B2D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D19F; }
p { color: rgb(178,209,159); }
H1.HeaderClassName
{
color: #B2D19F;
}
.AnyTagClassName
{
color: #B2D19F;
}
</style>
background-color css
<style>
a { background-color: #B2D19F; }
a { background-color: rgb(178,209,159); }
div.DivClassName
{
background-color: #B2D19F;
}
.BgClassName
{
background-color: #B2D19F;
}
</style>
border-color css
<style>
span { border-color: #B2D19F; }
span { border-color: rgb(178,209,159); }
td.TdClassName
{
border-color: #B2D19F;
}
.TagClassName
{
border-color: #B2D19F;
}
</style>