Shades of Pixie Green #BACBA2
Tints of Pixie Green #BACBA2
RGB
CMYK
RGB Variations
Color information
#BACBA2 (or 0xBACBA2) is known color: Pixie Green. HEX triplet: BA, CB and A2. RGB value is (186,203,162). Sum of RGB (Red+Green+Blue) = 186+203+162=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA2 is #45345D. Grayscale: #C1C1C1. Windows color (decimal): -4535390 or 10668986. OLE color: 10668986.
HSL color Cylindrical-coordinate representation of color #BACBA2: hue angle of 84.88º 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 #BACBA2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 162 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.20 |
| HSL | 84.88º | 0.28% | 0.72% | - |
| HSV(B) | 84.88º | 0.2% | 0.8% | - |
| XYZ | 48.13 | 55.76 | 42.41 | - |
| YUV | 193.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 162 | 0.08 | 0 | 0.20 | 0.20 | 84.88 | 0.28 | 0.72 |
| Hex | BA | CB | A2 | 8 | 0 | 14 | 14 | 55 | 1C | 48 |
| Octal | 272 | 313 | 242 | 10 | 0 | 24 | 24 | 125 | 34 | 110 |
| Binary | 10111010 | 11001011 | 10100010 | 1000 | 0 | 10100 | 10100 | 1010101 | 11100 | 1001000 |
Color Harmonies of #BACBA2
Complementary color
Monochromatic Colors of #BACBA2
Black with #BACBA2
Text Example
Text Example
White with #BACBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA2; }
p { color: rgb(186,203,162); }
H1.HeaderClassName
{
color: #BACBA2;
}
.AnyTagClassName
{
color: #BACBA2;
}
</style>
background-color css
<style>
a { background-color: #BACBA2; }
a { background-color: rgb(186,203,162); }
div.DivClassName
{
background-color: #BACBA2;
}
.BgClassName
{
background-color: #BACBA2;
}
</style>
border-color css
<style>
span { border-color: #BACBA2; }
span { border-color: rgb(186,203,162); }
td.TdClassName
{
border-color: #BACBA2;
}
.TagClassName
{
border-color: #BACBA2;
}
</style>