Shades of Pixie Green #B6CCAB
Tints of Pixie Green #B6CCAB
RGB
CMYK
RGB Variations
Color information
#B6CCAB (or 0xB6CCAB) is known color: Pixie Green. HEX triplet: B6, CC and AB. RGB value is (182,204,171). Sum of RGB (Red+Green+Blue) = 182+204+171=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CCAB is #493354. Grayscale: #C1C1C1. Windows color (decimal): -4797269 or 11259062. OLE color: 11259062.
HSL color Cylindrical-coordinate representation of color #B6CCAB: hue angle of 100º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CCAB is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 171 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.2 |
| HSL | 100º | 0.24% | 0.74% | - |
| HSV(B) | 100º | 0.16% | 0.8% | - |
| XYZ | 48.23 | 56.07 | 46.81 | - |
| YUV | 193.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 171 | 0.11 | 0 | 0.16 | 0.2 | 100 | 0.24 | 0.74 |
| Hex | B6 | CC | AB | B | 0 | 10 | 14 | 64 | 18 | 4A |
| Octal | 266 | 314 | 253 | 13 | 0 | 20 | 24 | 144 | 30 | 112 |
| Binary | 10110110 | 11001100 | 10101011 | 1011 | 0 | 10000 | 10100 | 1100100 | 11000 | 1001010 |
Color Harmonies of #B6CCAB
Complementary color
Monochromatic Colors of #B6CCAB
Black with #B6CCAB
Text Example
Text Example
White with #B6CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCAB; }
p { color: rgb(182,204,171); }
H1.HeaderClassName
{
color: #B6CCAB;
}
.AnyTagClassName
{
color: #B6CCAB;
}
</style>
background-color css
<style>
a { background-color: #B6CCAB; }
a { background-color: rgb(182,204,171); }
div.DivClassName
{
background-color: #B6CCAB;
}
.BgClassName
{
background-color: #B6CCAB;
}
</style>
border-color css
<style>
span { border-color: #B6CCAB; }
span { border-color: rgb(182,204,171); }
td.TdClassName
{
border-color: #B6CCAB;
}
.TagClassName
{
border-color: #B6CCAB;
}
</style>