Shades of Pixie Green #BACBA4
Tints of Pixie Green #BACBA4
RGB
CMYK
RGB Variations
Color information
#BACBA4 (or 0xBACBA4) is known color: Pixie Green. HEX triplet: BA, CB and A4. RGB value is (186,203,164). Sum of RGB (Red+Green+Blue) = 186+203+164=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA4 is #45345B. Grayscale: #C1C1C1. Windows color (decimal): -4535388 or 10800058. OLE color: 10800058.
HSL color Cylindrical-coordinate representation of color #BACBA4: hue angle of 86.15º degrees, saturation: 0.27, 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 #BACBA4 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 164 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.20 |
| HSL | 86.15º | 0.27% | 0.72% | - |
| HSV(B) | 86.15º | 0.19% | 0.8% | - |
| XYZ | 48.31 | 55.83 | 43.35 | - |
| YUV | 193.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 164 | 0.08 | 0 | 0.19 | 0.20 | 86.15 | 0.27 | 0.72 |
| Hex | BA | CB | A4 | 8 | 0 | 13 | 14 | 56 | 1B | 48 |
| Octal | 272 | 313 | 244 | 10 | 0 | 23 | 24 | 126 | 33 | 110 |
| Binary | 10111010 | 11001011 | 10100100 | 1000 | 0 | 10011 | 10100 | 1010110 | 11011 | 1001000 |
Color Harmonies of #BACBA4
Complementary color
Monochromatic Colors of #BACBA4
Black with #BACBA4
Text Example
Text Example
White with #BACBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA4; }
p { color: rgb(186,203,164); }
H1.HeaderClassName
{
color: #BACBA4;
}
.AnyTagClassName
{
color: #BACBA4;
}
</style>
background-color css
<style>
a { background-color: #BACBA4; }
a { background-color: rgb(186,203,164); }
div.DivClassName
{
background-color: #BACBA4;
}
.BgClassName
{
background-color: #BACBA4;
}
</style>
border-color css
<style>
span { border-color: #BACBA4; }
span { border-color: rgb(186,203,164); }
td.TdClassName
{
border-color: #BACBA4;
}
.TagClassName
{
border-color: #BACBA4;
}
</style>