Shades of Pixie Green #B2D899
Tints of Pixie Green #B2D899
RGB
CMYK
RGB Variations
Color information
#B2D899 (or 0xB2D899) is known color: Pixie Green. HEX triplet: B2, D8 and 99. RGB value is (178,216,153). Sum of RGB (Red+Green+Blue) = 178+216+153=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D899 is #4D2766. Grayscale: #C5C5C5. Windows color (decimal): -5056359 or 10082482. OLE color: 10082482.
HSL color Cylindrical-coordinate representation of color #B2D899: hue angle of 96.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2D899 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 153 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.15 |
| HSL | 96.19º | 0.45% | 0.72% | - |
| HSV(B) | 96.19º | 0.29% | 0.85% | - |
| XYZ | 48.67 | 60.88 | 39.32 | - |
| YUV | 197.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 153 | 0.18 | 0 | 0.29 | 0.15 | 96.19 | 0.45 | 0.72 |
| Hex | B2 | D8 | 99 | 12 | 0 | 1D | F | 60 | 2D | 48 |
| Octal | 262 | 330 | 231 | 22 | 0 | 35 | 17 | 140 | 55 | 110 |
| Binary | 10110010 | 11011000 | 10011001 | 10010 | 0 | 11101 | 1111 | 1100000 | 101101 | 1001000 |
Color Harmonies of #B2D899
Complementary color
Monochromatic Colors of #B2D899
Black with #B2D899
Text Example
Text Example
White with #B2D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D899; }
p { color: rgb(178,216,153); }
H1.HeaderClassName
{
color: #B2D899;
}
.AnyTagClassName
{
color: #B2D899;
}
</style>
background-color css
<style>
a { background-color: #B2D899; }
a { background-color: rgb(178,216,153); }
div.DivClassName
{
background-color: #B2D899;
}
.BgClassName
{
background-color: #B2D899;
}
</style>
border-color css
<style>
span { border-color: #B2D899; }
span { border-color: rgb(178,216,153); }
td.TdClassName
{
border-color: #B2D899;
}
.TagClassName
{
border-color: #B2D899;
}
</style>