Shades of Pixie Green #B4D998
Tints of Pixie Green #B4D998
RGB
CMYK
RGB Variations
Color information
#B4D998 (or 0xB4D998) is known color: Pixie Green. HEX triplet: B4, D9 and 98. RGB value is (180,217,152). Sum of RGB (Red+Green+Blue) = 180+217+152=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D998 is #4B2667. Grayscale: #C6C6C6. Windows color (decimal): -4925032 or 10017204. OLE color: 10017204.
HSL color Cylindrical-coordinate representation of color #B4D998: hue angle of 94.15º degrees, saturation: 0.46, 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 #B4D998 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 152 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.15 |
| HSL | 94.15º | 0.46% | 0.72% | - |
| HSV(B) | 94.15º | 0.3% | 0.85% | - |
| XYZ | 49.3 | 61.6 | 39 | - |
| YUV | 198.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 152 | 0.17 | 0 | 0.30 | 0.15 | 94.15 | 0.46 | 0.72 |
| Hex | B4 | D9 | 98 | 11 | 0 | 1E | F | 5E | 2E | 48 |
| Octal | 264 | 331 | 230 | 21 | 0 | 36 | 17 | 136 | 56 | 110 |
| Binary | 10110100 | 11011001 | 10011000 | 10001 | 0 | 11110 | 1111 | 1011110 | 101110 | 1001000 |
Color Harmonies of #B4D998
Complementary color
Monochromatic Colors of #B4D998
Black with #B4D998
Text Example
Text Example
White with #B4D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D998; }
p { color: rgb(180,217,152); }
H1.HeaderClassName
{
color: #B4D998;
}
.AnyTagClassName
{
color: #B4D998;
}
</style>
background-color css
<style>
a { background-color: #B4D998; }
a { background-color: rgb(180,217,152); }
div.DivClassName
{
background-color: #B4D998;
}
.BgClassName
{
background-color: #B4D998;
}
</style>
border-color css
<style>
span { border-color: #B4D998; }
span { border-color: rgb(180,217,152); }
td.TdClassName
{
border-color: #B4D998;
}
.TagClassName
{
border-color: #B4D998;
}
</style>