Shades of Pixie Green #B3CCA5
Tints of Pixie Green #B3CCA5
RGB
CMYK
RGB Variations
Color information
#B3CCA5 (or 0xB3CCA5) is known color: Pixie Green. HEX triplet: B3, CC and A5. RGB value is (179,204,165). Sum of RGB (Red+Green+Blue) = 179+204+165=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCA5 is #4C335A. Grayscale: #C0C0C0. Windows color (decimal): -4993883 or 10865843. OLE color: 10865843.
HSL color Cylindrical-coordinate representation of color #B3CCA5: hue angle of 98.46º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CCA5 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 165 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.2 |
| HSL | 98.46º | 0.28% | 0.72% | - |
| HSV(B) | 98.46º | 0.19% | 0.8% | - |
| XYZ | 46.97 | 55.49 | 43.83 | - |
| YUV | 192.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 165 | 0.12 | 0 | 0.19 | 0.2 | 98.46 | 0.28 | 0.72 |
| Hex | B3 | CC | A5 | C | 0 | 13 | 14 | 62 | 1C | 48 |
| Octal | 263 | 314 | 245 | 14 | 0 | 23 | 24 | 142 | 34 | 110 |
| Binary | 10110011 | 11001100 | 10100101 | 1100 | 0 | 10011 | 10100 | 1100010 | 11100 | 1001000 |
Color Harmonies of #B3CCA5
Complementary color
Monochromatic Colors of #B3CCA5
Black with #B3CCA5
Text Example
Text Example
White with #B3CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCA5; }
p { color: rgb(179,204,165); }
H1.HeaderClassName
{
color: #B3CCA5;
}
.AnyTagClassName
{
color: #B3CCA5;
}
</style>
background-color css
<style>
a { background-color: #B3CCA5; }
a { background-color: rgb(179,204,165); }
div.DivClassName
{
background-color: #B3CCA5;
}
.BgClassName
{
background-color: #B3CCA5;
}
</style>
border-color css
<style>
span { border-color: #B3CCA5; }
span { border-color: rgb(179,204,165); }
td.TdClassName
{
border-color: #B3CCA5;
}
.TagClassName
{
border-color: #B3CCA5;
}
</style>