Shades of Pixie Green #B2C4A3
Tints of Pixie Green #B2C4A3
RGB
CMYK
RGB Variations
Color information
#B2C4A3 (or 0xB2C4A3) is known color: Pixie Green. HEX triplet: B2, C4 and A3. RGB value is (178,196,163). Sum of RGB (Red+Green+Blue) = 178+196+163=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4A3 is #4D3B5C. Grayscale: #BABABA. Windows color (decimal): -5061469 or 10732722. OLE color: 10732722.
HSL color Cylindrical-coordinate representation of color #B2C4A3: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2C4A3 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 163 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.23 |
| HSL | 92.73º | 0.22% | 0.7% | - |
| HSV(B) | 92.73º | 0.17% | 0.77% | - |
| XYZ | 44.71 | 51.59 | 42.25 | - |
| YUV | 186.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 163 | 0.09 | 0 | 0.17 | 0.23 | 92.73 | 0.22 | 0.7 |
| Hex | B2 | C4 | A3 | 9 | 0 | 11 | 17 | 5D | 16 | 46 |
| Octal | 262 | 304 | 243 | 11 | 0 | 21 | 27 | 135 | 26 | 106 |
| Binary | 10110010 | 11000100 | 10100011 | 1001 | 0 | 10001 | 10111 | 1011101 | 10110 | 1000110 |
Color Harmonies of #B2C4A3
Complementary color
Monochromatic Colors of #B2C4A3
Black with #B2C4A3
Text Example
Text Example
White with #B2C4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C4A3; }
p { color: rgb(178,196,163); }
H1.HeaderClassName
{
color: #B2C4A3;
}
.AnyTagClassName
{
color: #B2C4A3;
}
</style>
background-color css
<style>
a { background-color: #B2C4A3; }
a { background-color: rgb(178,196,163); }
div.DivClassName
{
background-color: #B2C4A3;
}
.BgClassName
{
background-color: #B2C4A3;
}
</style>
border-color css
<style>
span { border-color: #B2C4A3; }
span { border-color: rgb(178,196,163); }
td.TdClassName
{
border-color: #B2C4A3;
}
.TagClassName
{
border-color: #B2C4A3;
}
</style>