Shades of Pixie Green #B2D49B
Tints of Pixie Green #B2D49B
RGB
CMYK
RGB Variations
Color information
#B2D49B (or 0xB2D49B) is known color: Pixie Green. HEX triplet: B2, D4 and 9B. RGB value is (178,212,155). Sum of RGB (Red+Green+Blue) = 178+212+155=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D49B is #4D2B64. Grayscale: #C3C3C3. Windows color (decimal): -5057381 or 10212530. OLE color: 10212530.
HSL color Cylindrical-coordinate representation of color #B2D49B: hue angle of 95.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2D49B is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 155 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.17 |
| HSL | 95.79º | 0.4% | 0.72% | - |
| HSV(B) | 95.79º | 0.27% | 0.83% | - |
| XYZ | 47.82 | 58.92 | 39.86 | - |
| YUV | 195.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 155 | 0.16 | 0 | 0.27 | 0.17 | 95.79 | 0.4 | 0.72 |
| Hex | B2 | D4 | 9B | 10 | 0 | 1B | 11 | 60 | 28 | 48 |
| Octal | 262 | 324 | 233 | 20 | 0 | 33 | 21 | 140 | 50 | 110 |
| Binary | 10110010 | 11010100 | 10011011 | 10000 | 0 | 11011 | 10001 | 1100000 | 101000 | 1001000 |
Color Harmonies of #B2D49B
Complementary color
Monochromatic Colors of #B2D49B
Black with #B2D49B
Text Example
Text Example
White with #B2D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D49B; }
p { color: rgb(178,212,155); }
H1.HeaderClassName
{
color: #B2D49B;
}
.AnyTagClassName
{
color: #B2D49B;
}
</style>
background-color css
<style>
a { background-color: #B2D49B; }
a { background-color: rgb(178,212,155); }
div.DivClassName
{
background-color: #B2D49B;
}
.BgClassName
{
background-color: #B2D49B;
}
</style>
border-color css
<style>
span { border-color: #B2D49B; }
span { border-color: rgb(178,212,155); }
td.TdClassName
{
border-color: #B2D49B;
}
.TagClassName
{
border-color: #B2D49B;
}
</style>