Shades of Pixie Green #BACBA3
Tints of Pixie Green #BACBA3
RGB
CMYK
RGB Variations
Color information
#BACBA3 (or 0xBACBA3) is known color: Pixie Green. HEX triplet: BA, CB and A3. RGB value is (186,203,163). Sum of RGB (Red+Green+Blue) = 186+203+163=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA3 is #45345C. Grayscale: #C1C1C1. Windows color (decimal): -4535389 or 10734522. OLE color: 10734522.
HSL color Cylindrical-coordinate representation of color #BACBA3: hue angle of 85.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACBA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 163 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.20 |
| HSL | 85.5º | 0.28% | 0.72% | - |
| HSV(B) | 85.5º | 0.2% | 0.8% | - |
| XYZ | 48.22 | 55.8 | 42.88 | - |
| YUV | 193.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 163 | 0.08 | 0 | 0.20 | 0.20 | 85.5 | 0.28 | 0.72 |
| Hex | BA | CB | A3 | 8 | 0 | 14 | 14 | 56 | 1C | 48 |
| Octal | 272 | 313 | 243 | 10 | 0 | 24 | 24 | 126 | 34 | 110 |
| Binary | 10111010 | 11001011 | 10100011 | 1000 | 0 | 10100 | 10100 | 1010110 | 11100 | 1001000 |
Color Harmonies of #BACBA3
Complementary color
Monochromatic Colors of #BACBA3
Black with #BACBA3
Text Example
Text Example
White with #BACBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA3; }
p { color: rgb(186,203,163); }
H1.HeaderClassName
{
color: #BACBA3;
}
.AnyTagClassName
{
color: #BACBA3;
}
</style>
background-color css
<style>
a { background-color: #BACBA3; }
a { background-color: rgb(186,203,163); }
div.DivClassName
{
background-color: #BACBA3;
}
.BgClassName
{
background-color: #BACBA3;
}
</style>
border-color css
<style>
span { border-color: #BACBA3; }
span { border-color: rgb(186,203,163); }
td.TdClassName
{
border-color: #BACBA3;
}
.TagClassName
{
border-color: #BACBA3;
}
</style>