Shades of Pixie Green #B3C5A2
Tints of Pixie Green #B3C5A2
RGB
CMYK
RGB Variations
Color information
#B3C5A2 (or 0xB3C5A2) is known color: Pixie Green. HEX triplet: B3, C5 and A2. RGB value is (179,197,162). Sum of RGB (Red+Green+Blue) = 179+197+162=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5A2 is #4C3A5D. Grayscale: #BBBBBB. Windows color (decimal): -4995678 or 10667443. OLE color: 10667443.
HSL color Cylindrical-coordinate representation of color #B3C5A2: hue angle of 90.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C5A2 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 162 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.23 |
| HSL | 90.86º | 0.23% | 0.7% | - |
| HSV(B) | 90.86º | 0.18% | 0.77% | - |
| XYZ | 45.08 | 52.12 | 41.87 | - |
| YUV | 187.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 162 | 0.09 | 0 | 0.18 | 0.23 | 90.86 | 0.23 | 0.7 |
| Hex | B3 | C5 | A2 | 9 | 0 | 12 | 17 | 5B | 17 | 46 |
| Octal | 263 | 305 | 242 | 11 | 0 | 22 | 27 | 133 | 27 | 106 |
| Binary | 10110011 | 11000101 | 10100010 | 1001 | 0 | 10010 | 10111 | 1011011 | 10111 | 1000110 |
Color Harmonies of #B3C5A2
Complementary color
Monochromatic Colors of #B3C5A2
Black with #B3C5A2
Text Example
Text Example
White with #B3C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5A2; }
p { color: rgb(179,197,162); }
H1.HeaderClassName
{
color: #B3C5A2;
}
.AnyTagClassName
{
color: #B3C5A2;
}
</style>
background-color css
<style>
a { background-color: #B3C5A2; }
a { background-color: rgb(179,197,162); }
div.DivClassName
{
background-color: #B3C5A2;
}
.BgClassName
{
background-color: #B3C5A2;
}
</style>
border-color css
<style>
span { border-color: #B3C5A2; }
span { border-color: rgb(179,197,162); }
td.TdClassName
{
border-color: #B3C5A2;
}
.TagClassName
{
border-color: #B3C5A2;
}
</style>