Shades of Pixie Green #B6D6A1
Tints of Pixie Green #B6D6A1
RGB
CMYK
RGB Variations
Color information
#B6D6A1 (or 0xB6D6A1) is known color: Pixie Green. HEX triplet: B6, D6 and A1. RGB value is (182,214,161). Sum of RGB (Red+Green+Blue) = 182+214+161=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D6A1 is #49295E. Grayscale: #C6C6C6. Windows color (decimal): -4794719 or 10606262. OLE color: 10606262.
HSL color Cylindrical-coordinate representation of color #B6D6A1: hue angle of 96.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6D6A1 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 161 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.16 |
| HSL | 96.23º | 0.39% | 0.74% | - |
| HSV(B) | 96.23º | 0.25% | 0.84% | - |
| XYZ | 49.77 | 60.61 | 42.79 | - |
| YUV | 198.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 161 | 0.15 | 0 | 0.25 | 0.16 | 96.23 | 0.39 | 0.74 |
| Hex | B6 | D6 | A1 | F | 0 | 19 | 10 | 60 | 27 | 4A |
| Octal | 266 | 326 | 241 | 17 | 0 | 31 | 20 | 140 | 47 | 112 |
| Binary | 10110110 | 11010110 | 10100001 | 1111 | 0 | 11001 | 10000 | 1100000 | 100111 | 1001010 |
Color Harmonies of #B6D6A1
Complementary color
Monochromatic Colors of #B6D6A1
Black with #B6D6A1
Text Example
Text Example
White with #B6D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D6A1; }
p { color: rgb(182,214,161); }
H1.HeaderClassName
{
color: #B6D6A1;
}
.AnyTagClassName
{
color: #B6D6A1;
}
</style>
background-color css
<style>
a { background-color: #B6D6A1; }
a { background-color: rgb(182,214,161); }
div.DivClassName
{
background-color: #B6D6A1;
}
.BgClassName
{
background-color: #B6D6A1;
}
</style>
border-color css
<style>
span { border-color: #B6D6A1; }
span { border-color: rgb(182,214,161); }
td.TdClassName
{
border-color: #B6D6A1;
}
.TagClassName
{
border-color: #B6D6A1;
}
</style>