Shades of Pixie Green #B2D2A0
Tints of Pixie Green #B2D2A0
RGB
CMYK
RGB Variations
Color information
#B2D2A0 (or 0xB2D2A0) is known color: Pixie Green. HEX triplet: B2, D2 and A0. RGB value is (178,210,160). Sum of RGB (Red+Green+Blue) = 178+210+160=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2A0 is #4D2D5F. Grayscale: #C2C2C2. Windows color (decimal): -5057888 or 10539698. OLE color: 10539698.
HSL color Cylindrical-coordinate representation of color #B2D2A0: hue angle of 98.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2D2A0 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 160 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.18 |
| HSL | 98.4º | 0.36% | 0.73% | - |
| HSV(B) | 98.4º | 0.24% | 0.82% | - |
| XYZ | 47.75 | 58.1 | 41.95 | - |
| YUV | 194.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 160 | 0.15 | 0 | 0.24 | 0.18 | 98.4 | 0.36 | 0.73 |
| Hex | B2 | D2 | A0 | F | 0 | 18 | 12 | 62 | 24 | 49 |
| Octal | 262 | 322 | 240 | 17 | 0 | 30 | 22 | 142 | 44 | 111 |
| Binary | 10110010 | 11010010 | 10100000 | 1111 | 0 | 11000 | 10010 | 1100010 | 100100 | 1001001 |
Color Harmonies of #B2D2A0
Complementary color
Monochromatic Colors of #B2D2A0
Black with #B2D2A0
Text Example
Text Example
White with #B2D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2A0; }
p { color: rgb(178,210,160); }
H1.HeaderClassName
{
color: #B2D2A0;
}
.AnyTagClassName
{
color: #B2D2A0;
}
</style>
background-color css
<style>
a { background-color: #B2D2A0; }
a { background-color: rgb(178,210,160); }
div.DivClassName
{
background-color: #B2D2A0;
}
.BgClassName
{
background-color: #B2D2A0;
}
</style>
border-color css
<style>
span { border-color: #B2D2A0; }
span { border-color: rgb(178,210,160); }
td.TdClassName
{
border-color: #B2D2A0;
}
.TagClassName
{
border-color: #B2D2A0;
}
</style>