Shades of Pixie Green #B6D3A6
Tints of Pixie Green #B6D3A6
RGB
CMYK
RGB Variations
Color information
#B6D3A6 (or 0xB6D3A6) is known color: Pixie Green. HEX triplet: B6, D3 and A6. RGB value is (182,211,166). Sum of RGB (Red+Green+Blue) = 182+211+166=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D3A6 is #492C59. Grayscale: #C5C5C5. Windows color (decimal): -4795482 or 10933174. OLE color: 10933174.
HSL color Cylindrical-coordinate representation of color #B6D3A6: hue angle of 98.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6D3A6 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 166 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.17 |
| HSL | 98.67º | 0.34% | 0.74% | - |
| HSV(B) | 98.67º | 0.21% | 0.83% | - |
| XYZ | 49.47 | 59.29 | 44.91 | - |
| YUV | 197.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 166 | 0.14 | 0 | 0.21 | 0.17 | 98.67 | 0.34 | 0.74 |
| Hex | B6 | D3 | A6 | E | 0 | 15 | 11 | 63 | 22 | 4A |
| Octal | 266 | 323 | 246 | 16 | 0 | 25 | 21 | 143 | 42 | 112 |
| Binary | 10110110 | 11010011 | 10100110 | 1110 | 0 | 10101 | 10001 | 1100011 | 100010 | 1001010 |
Color Harmonies of #B6D3A6
Complementary color
Monochromatic Colors of #B6D3A6
Black with #B6D3A6
Text Example
Text Example
White with #B6D3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D3A6; }
p { color: rgb(182,211,166); }
H1.HeaderClassName
{
color: #B6D3A6;
}
.AnyTagClassName
{
color: #B6D3A6;
}
</style>
background-color css
<style>
a { background-color: #B6D3A6; }
a { background-color: rgb(182,211,166); }
div.DivClassName
{
background-color: #B6D3A6;
}
.BgClassName
{
background-color: #B6D3A6;
}
</style>
border-color css
<style>
span { border-color: #B6D3A6; }
span { border-color: rgb(182,211,166); }
td.TdClassName
{
border-color: #B6D3A6;
}
.TagClassName
{
border-color: #B6D3A6;
}
</style>