Shades of Pixie Green #B7D4A0
Tints of Pixie Green #B7D4A0
RGB
CMYK
RGB Variations
Color information
#B7D4A0 (or 0xB7D4A0) is known color: Pixie Green. HEX triplet: B7, D4 and A0. RGB value is (183,212,160). Sum of RGB (Red+Green+Blue) = 183+212+160=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D4A0 is #482B5F. Grayscale: #C5C5C5. Windows color (decimal): -4729696 or 10540215. OLE color: 10540215.
HSL color Cylindrical-coordinate representation of color #B7D4A0: hue angle of 93.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7D4A0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 160 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.17 |
| HSL | 93.46º | 0.38% | 0.73% | - |
| HSV(B) | 93.46º | 0.25% | 0.83% | - |
| XYZ | 49.42 | 59.69 | 42.17 | - |
| YUV | 197.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 160 | 0.14 | 0 | 0.25 | 0.17 | 93.46 | 0.38 | 0.73 |
| Hex | B7 | D4 | A0 | E | 0 | 19 | 11 | 5D | 26 | 49 |
| Octal | 267 | 324 | 240 | 16 | 0 | 31 | 21 | 135 | 46 | 111 |
| Binary | 10110111 | 11010100 | 10100000 | 1110 | 0 | 11001 | 10001 | 1011101 | 100110 | 1001001 |
Color Harmonies of #B7D4A0
Complementary color
Monochromatic Colors of #B7D4A0
Black with #B7D4A0
Text Example
Text Example
White with #B7D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4A0; }
p { color: rgb(183,212,160); }
H1.HeaderClassName
{
color: #B7D4A0;
}
.AnyTagClassName
{
color: #B7D4A0;
}
</style>
background-color css
<style>
a { background-color: #B7D4A0; }
a { background-color: rgb(183,212,160); }
div.DivClassName
{
background-color: #B7D4A0;
}
.BgClassName
{
background-color: #B7D4A0;
}
</style>
border-color css
<style>
span { border-color: #B7D4A0; }
span { border-color: rgb(183,212,160); }
td.TdClassName
{
border-color: #B7D4A0;
}
.TagClassName
{
border-color: #B7D4A0;
}
</style>