Shades of Pixie Green #B6CBA1
Tints of Pixie Green #B6CBA1
RGB
CMYK
RGB Variations
Color information
#B6CBA1 (or 0xB6CBA1) is known color: Pixie Green. HEX triplet: B6, CB and A1. RGB value is (182,203,161). Sum of RGB (Red+Green+Blue) = 182+203+161=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CBA1 is #49345E. Grayscale: #C0C0C0. Windows color (decimal): -4797535 or 10603446. OLE color: 10603446.
HSL color Cylindrical-coordinate representation of color #B6CBA1: hue angle of 90º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6CBA1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 161 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.20 |
| HSL | 90º | 0.29% | 0.71% | - |
| HSV(B) | 90º | 0.21% | 0.8% | - |
| XYZ | 47.08 | 55.23 | 41.9 | - |
| YUV | 191.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 161 | 0.10 | 0 | 0.21 | 0.20 | 90 | 0.29 | 0.71 |
| Hex | B6 | CB | A1 | A | 0 | 15 | 14 | 5A | 1D | 47 |
| Octal | 266 | 313 | 241 | 12 | 0 | 25 | 24 | 132 | 35 | 107 |
| Binary | 10110110 | 11001011 | 10100001 | 1010 | 0 | 10101 | 10100 | 1011010 | 11101 | 1000111 |
Color Harmonies of #B6CBA1
Complementary color
Monochromatic Colors of #B6CBA1
Black with #B6CBA1
Text Example
Text Example
White with #B6CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CBA1; }
p { color: rgb(182,203,161); }
H1.HeaderClassName
{
color: #B6CBA1;
}
.AnyTagClassName
{
color: #B6CBA1;
}
</style>
background-color css
<style>
a { background-color: #B6CBA1; }
a { background-color: rgb(182,203,161); }
div.DivClassName
{
background-color: #B6CBA1;
}
.BgClassName
{
background-color: #B6CBA1;
}
</style>
border-color css
<style>
span { border-color: #B6CBA1; }
span { border-color: rgb(182,203,161); }
td.TdClassName
{
border-color: #B6CBA1;
}
.TagClassName
{
border-color: #B6CBA1;
}
</style>