Shades of Pixie Green #B3CCA6
Tints of Pixie Green #B3CCA6
RGB
CMYK
RGB Variations
Color information
#B3CCA6 (or 0xB3CCA6) is known color: Pixie Green. HEX triplet: B3, CC and A6. RGB value is (179,204,166). Sum of RGB (Red+Green+Blue) = 179+204+166=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCA6 is #4C3359. Grayscale: #C0C0C0. Windows color (decimal): -4993882 or 10931379. OLE color: 10931379.
HSL color Cylindrical-coordinate representation of color #B3CCA6: hue angle of 99.47º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CCA6 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 166 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.2 |
| HSL | 99.47º | 0.27% | 0.73% | - |
| HSV(B) | 99.47º | 0.19% | 0.8% | - |
| XYZ | 47.07 | 55.52 | 44.31 | - |
| YUV | 192.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 166 | 0.12 | 0 | 0.19 | 0.2 | 99.47 | 0.27 | 0.73 |
| Hex | B3 | CC | A6 | C | 0 | 13 | 14 | 63 | 1B | 49 |
| Octal | 263 | 314 | 246 | 14 | 0 | 23 | 24 | 143 | 33 | 111 |
| Binary | 10110011 | 11001100 | 10100110 | 1100 | 0 | 10011 | 10100 | 1100011 | 11011 | 1001001 |
Color Harmonies of #B3CCA6
Complementary color
Monochromatic Colors of #B3CCA6
Black with #B3CCA6
Text Example
Text Example
White with #B3CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCA6; }
p { color: rgb(179,204,166); }
H1.HeaderClassName
{
color: #B3CCA6;
}
.AnyTagClassName
{
color: #B3CCA6;
}
</style>
background-color css
<style>
a { background-color: #B3CCA6; }
a { background-color: rgb(179,204,166); }
div.DivClassName
{
background-color: #B3CCA6;
}
.BgClassName
{
background-color: #B3CCA6;
}
</style>
border-color css
<style>
span { border-color: #B3CCA6; }
span { border-color: rgb(179,204,166); }
td.TdClassName
{
border-color: #B3CCA6;
}
.TagClassName
{
border-color: #B3CCA6;
}
</style>