Shades of Pixie Green #B0D0A0
Tints of Pixie Green #B0D0A0
RGB
CMYK
RGB Variations
Color information
#B0D0A0 (or 0xB0D0A0) is known color: Pixie Green. HEX triplet: B0, D0 and A0. RGB value is (176,208,160). Sum of RGB (Red+Green+Blue) = 176+208+160=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D0A0 is #4F2F5F. Grayscale: #C1C1C1. Windows color (decimal): -5189472 or 10539184. OLE color: 10539184.
HSL color Cylindrical-coordinate representation of color #B0D0A0: hue angle of 100º degrees, saturation: 0.34, 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 #B0D0A0 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 160 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.18 |
| HSL | 100º | 0.34% | 0.72% | - |
| HSV(B) | 100º | 0.23% | 0.82% | - |
| XYZ | 46.81 | 56.88 | 41.77 | - |
| YUV | 192.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 160 | 0.15 | 0 | 0.23 | 0.18 | 100 | 0.34 | 0.72 |
| Hex | B0 | D0 | A0 | F | 0 | 17 | 12 | 64 | 22 | 48 |
| Octal | 260 | 320 | 240 | 17 | 0 | 27 | 22 | 144 | 42 | 110 |
| Binary | 10110000 | 11010000 | 10100000 | 1111 | 0 | 10111 | 10010 | 1100100 | 100010 | 1001000 |
Color Harmonies of #B0D0A0
Complementary color
Monochromatic Colors of #B0D0A0
Black with #B0D0A0
Text Example
Text Example
White with #B0D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0A0; }
p { color: rgb(176,208,160); }
H1.HeaderClassName
{
color: #B0D0A0;
}
.AnyTagClassName
{
color: #B0D0A0;
}
</style>
background-color css
<style>
a { background-color: #B0D0A0; }
a { background-color: rgb(176,208,160); }
div.DivClassName
{
background-color: #B0D0A0;
}
.BgClassName
{
background-color: #B0D0A0;
}
</style>
border-color css
<style>
span { border-color: #B0D0A0; }
span { border-color: rgb(176,208,160); }
td.TdClassName
{
border-color: #B0D0A0;
}
.TagClassName
{
border-color: #B0D0A0;
}
</style>