Shades of Pixie Green #B2D0A1
Tints of Pixie Green #B2D0A1
RGB
CMYK
RGB Variations
Color information
#B2D0A1 (or 0xB2D0A1) is known color: Pixie Green. HEX triplet: B2, D0 and A1. RGB value is (178,208,161). Sum of RGB (Red+Green+Blue) = 178+208+161=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0A1 is #4D2F5E. Grayscale: #C1C1C1. Windows color (decimal): -5058399 or 10604722. OLE color: 10604722.
HSL color Cylindrical-coordinate representation of color #B2D0A1: hue angle of 98.3º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2D0A1 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 161 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.18 |
| HSL | 98.3º | 0.33% | 0.72% | - |
| HSV(B) | 98.3º | 0.23% | 0.82% | - |
| XYZ | 47.35 | 57.15 | 42.25 | - |
| YUV | 193.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 161 | 0.14 | 0 | 0.23 | 0.18 | 98.3 | 0.33 | 0.72 |
| Hex | B2 | D0 | A1 | E | 0 | 17 | 12 | 62 | 21 | 48 |
| Octal | 262 | 320 | 241 | 16 | 0 | 27 | 22 | 142 | 41 | 110 |
| Binary | 10110010 | 11010000 | 10100001 | 1110 | 0 | 10111 | 10010 | 1100010 | 100001 | 1001000 |
Color Harmonies of #B2D0A1
Complementary color
Monochromatic Colors of #B2D0A1
Black with #B2D0A1
Text Example
Text Example
White with #B2D0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0A1; }
p { color: rgb(178,208,161); }
H1.HeaderClassName
{
color: #B2D0A1;
}
.AnyTagClassName
{
color: #B2D0A1;
}
</style>
background-color css
<style>
a { background-color: #B2D0A1; }
a { background-color: rgb(178,208,161); }
div.DivClassName
{
background-color: #B2D0A1;
}
.BgClassName
{
background-color: #B2D0A1;
}
</style>
border-color css
<style>
span { border-color: #B2D0A1; }
span { border-color: rgb(178,208,161); }
td.TdClassName
{
border-color: #B2D0A1;
}
.TagClassName
{
border-color: #B2D0A1;
}
</style>