Shades of Pixie Green #BACBA5
Tints of Pixie Green #BACBA5
RGB
CMYK
RGB Variations
Color information
#BACBA5 (or 0xBACBA5) is known color: Pixie Green. HEX triplet: BA, CB and A5. RGB value is (186,203,165). Sum of RGB (Red+Green+Blue) = 186+203+165=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA5 is #45345A. Grayscale: #C1C1C1. Windows color (decimal): -4535387 or 10865594. OLE color: 10865594.
HSL color Cylindrical-coordinate representation of color #BACBA5: hue angle of 86.84º 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 #BACBA5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 165 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.20 |
| HSL | 86.84º | 0.27% | 0.72% | - |
| HSV(B) | 86.84º | 0.19% | 0.8% | - |
| XYZ | 48.4 | 55.87 | 43.83 | - |
| YUV | 193.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 165 | 0.08 | 0 | 0.19 | 0.20 | 86.84 | 0.27 | 0.72 |
| Hex | BA | CB | A5 | 8 | 0 | 13 | 14 | 57 | 1B | 48 |
| Octal | 272 | 313 | 245 | 10 | 0 | 23 | 24 | 127 | 33 | 110 |
| Binary | 10111010 | 11001011 | 10100101 | 1000 | 0 | 10011 | 10100 | 1010111 | 11011 | 1001000 |
Color Harmonies of #BACBA5
Complementary color
Monochromatic Colors of #BACBA5
Black with #BACBA5
Text Example
Text Example
White with #BACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA5; }
p { color: rgb(186,203,165); }
H1.HeaderClassName
{
color: #BACBA5;
}
.AnyTagClassName
{
color: #BACBA5;
}
</style>
background-color css
<style>
a { background-color: #BACBA5; }
a { background-color: rgb(186,203,165); }
div.DivClassName
{
background-color: #BACBA5;
}
.BgClassName
{
background-color: #BACBA5;
}
</style>
border-color css
<style>
span { border-color: #BACBA5; }
span { border-color: rgb(186,203,165); }
td.TdClassName
{
border-color: #BACBA5;
}
.TagClassName
{
border-color: #BACBA5;
}
</style>