Shades of Pixie Green #B7D2A0
Tints of Pixie Green #B7D2A0
RGB
CMYK
RGB Variations
Color information
#B7D2A0 (or 0xB7D2A0) is known color: Pixie Green. HEX triplet: B7, D2 and A0. RGB value is (183,210,160). Sum of RGB (Red+Green+Blue) = 183+210+160=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D2A0 is #482D5F. Grayscale: #C4C4C4. Windows color (decimal): -4730208 or 10539703. OLE color: 10539703.
HSL color Cylindrical-coordinate representation of color #B7D2A0: hue angle of 92.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 #B7D2A0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 160 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.18 |
| HSL | 92.4º | 0.36% | 0.73% | - |
| HSV(B) | 92.4º | 0.24% | 0.82% | - |
| XYZ | 48.92 | 58.7 | 42.01 | - |
| YUV | 196.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 160 | 0.13 | 0 | 0.24 | 0.18 | 92.4 | 0.36 | 0.73 |
| Hex | B7 | D2 | A0 | D | 0 | 18 | 12 | 5C | 24 | 49 |
| Octal | 267 | 322 | 240 | 15 | 0 | 30 | 22 | 134 | 44 | 111 |
| Binary | 10110111 | 11010010 | 10100000 | 1101 | 0 | 11000 | 10010 | 1011100 | 100100 | 1001001 |
Color Harmonies of #B7D2A0
Complementary color
Monochromatic Colors of #B7D2A0
Black with #B7D2A0
Text Example
Text Example
White with #B7D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2A0; }
p { color: rgb(183,210,160); }
H1.HeaderClassName
{
color: #B7D2A0;
}
.AnyTagClassName
{
color: #B7D2A0;
}
</style>
background-color css
<style>
a { background-color: #B7D2A0; }
a { background-color: rgb(183,210,160); }
div.DivClassName
{
background-color: #B7D2A0;
}
.BgClassName
{
background-color: #B7D2A0;
}
</style>
border-color css
<style>
span { border-color: #B7D2A0; }
span { border-color: rgb(183,210,160); }
td.TdClassName
{
border-color: #B7D2A0;
}
.TagClassName
{
border-color: #B7D2A0;
}
</style>