Shades of Pixie Green #B2D29E
Tints of Pixie Green #B2D29E
RGB
CMYK
RGB Variations
Color information
#B2D29E (or 0xB2D29E) is known color: Pixie Green. HEX triplet: B2, D2 and 9E. RGB value is (178,210,158). Sum of RGB (Red+Green+Blue) = 178+210+158=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29E is #4D2D61. Grayscale: #C2C2C2. Windows color (decimal): -5057890 or 10408626. OLE color: 10408626.
HSL color Cylindrical-coordinate representation of color #B2D29E: hue angle of 96.92º degrees, saturation: 0.37, 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 #B2D29E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 158 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.18 |
| HSL | 96.92º | 0.37% | 0.72% | - |
| HSV(B) | 96.92º | 0.25% | 0.82% | - |
| XYZ | 47.58 | 58.03 | 41.04 | - |
| YUV | 194.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 158 | 0.15 | 0 | 0.25 | 0.18 | 96.92 | 0.37 | 0.72 |
| Hex | B2 | D2 | 9E | F | 0 | 19 | 12 | 61 | 25 | 48 |
| Octal | 262 | 322 | 236 | 17 | 0 | 31 | 22 | 141 | 45 | 110 |
| Binary | 10110010 | 11010010 | 10011110 | 1111 | 0 | 11001 | 10010 | 1100001 | 100101 | 1001000 |
Color Harmonies of #B2D29E
Complementary color
Monochromatic Colors of #B2D29E
Black with #B2D29E
Text Example
Text Example
White with #B2D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D29E; }
p { color: rgb(178,210,158); }
H1.HeaderClassName
{
color: #B2D29E;
}
.AnyTagClassName
{
color: #B2D29E;
}
</style>
background-color css
<style>
a { background-color: #B2D29E; }
a { background-color: rgb(178,210,158); }
div.DivClassName
{
background-color: #B2D29E;
}
.BgClassName
{
background-color: #B2D29E;
}
</style>
border-color css
<style>
span { border-color: #B2D29E; }
span { border-color: rgb(178,210,158); }
td.TdClassName
{
border-color: #B2D29E;
}
.TagClassName
{
border-color: #B2D29E;
}
</style>