Shades of Pixie Green #BACBA8
Tints of Pixie Green #BACBA8
RGB
CMYK
RGB Variations
Color information
#BACBA8 (or 0xBACBA8) is known color: Pixie Green. HEX triplet: BA, CB and A8. RGB value is (186,203,168). Sum of RGB (Red+Green+Blue) = 186+203+168=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA8 is #453457. Grayscale: #C2C2C2. Windows color (decimal): -4535384 or 11062202. OLE color: 11062202.
HSL color Cylindrical-coordinate representation of color #BACBA8: hue angle of 89.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACBA8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 168 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.20 |
| HSL | 89.14º | 0.25% | 0.73% | - |
| HSV(B) | 89.14º | 0.17% | 0.8% | - |
| XYZ | 48.67 | 55.98 | 45.29 | - |
| YUV | 193.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 168 | 0.08 | 0 | 0.17 | 0.20 | 89.14 | 0.25 | 0.73 |
| Hex | BA | CB | A8 | 8 | 0 | 11 | 14 | 59 | 19 | 49 |
| Octal | 272 | 313 | 250 | 10 | 0 | 21 | 24 | 131 | 31 | 111 |
| Binary | 10111010 | 11001011 | 10101000 | 1000 | 0 | 10001 | 10100 | 1011001 | 11001 | 1001001 |
Color Harmonies of #BACBA8
Complementary color
Monochromatic Colors of #BACBA8
Black with #BACBA8
Text Example
Text Example
White with #BACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA8; }
p { color: rgb(186,203,168); }
H1.HeaderClassName
{
color: #BACBA8;
}
.AnyTagClassName
{
color: #BACBA8;
}
</style>
background-color css
<style>
a { background-color: #BACBA8; }
a { background-color: rgb(186,203,168); }
div.DivClassName
{
background-color: #BACBA8;
}
.BgClassName
{
background-color: #BACBA8;
}
</style>
border-color css
<style>
span { border-color: #BACBA8; }
span { border-color: rgb(186,203,168); }
td.TdClassName
{
border-color: #BACBA8;
}
.TagClassName
{
border-color: #BACBA8;
}
</style>