Shades of Pixie Green #B2D898
Tints of Pixie Green #B2D898
RGB
CMYK
RGB Variations
Color information
#B2D898 (or 0xB2D898) is known color: Pixie Green. HEX triplet: B2, D8 and 98. RGB value is (178,216,152). Sum of RGB (Red+Green+Blue) = 178+216+152=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D898 is #4D2767. Grayscale: #C5C5C5. Windows color (decimal): -5056360 or 10016946. OLE color: 10016946.
HSL color Cylindrical-coordinate representation of color #B2D898: hue angle of 95.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D898 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 152 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.15 |
| HSL | 95.63º | 0.45% | 0.72% | - |
| HSV(B) | 95.63º | 0.3% | 0.85% | - |
| XYZ | 48.58 | 60.84 | 38.89 | - |
| YUV | 197.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 152 | 0.18 | 0 | 0.30 | 0.15 | 95.63 | 0.45 | 0.72 |
| Hex | B2 | D8 | 98 | 12 | 0 | 1E | F | 60 | 2D | 48 |
| Octal | 262 | 330 | 230 | 22 | 0 | 36 | 17 | 140 | 55 | 110 |
| Binary | 10110010 | 11011000 | 10011000 | 10010 | 0 | 11110 | 1111 | 1100000 | 101101 | 1001000 |
Color Harmonies of #B2D898
Complementary color
Monochromatic Colors of #B2D898
Black with #B2D898
Text Example
Text Example
White with #B2D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D898; }
p { color: rgb(178,216,152); }
H1.HeaderClassName
{
color: #B2D898;
}
.AnyTagClassName
{
color: #B2D898;
}
</style>
background-color css
<style>
a { background-color: #B2D898; }
a { background-color: rgb(178,216,152); }
div.DivClassName
{
background-color: #B2D898;
}
.BgClassName
{
background-color: #B2D898;
}
</style>
border-color css
<style>
span { border-color: #B2D898; }
span { border-color: rgb(178,216,152); }
td.TdClassName
{
border-color: #B2D898;
}
.TagClassName
{
border-color: #B2D898;
}
</style>