Shades of Pixie Green #BACCAA
Tints of Pixie Green #BACCAA
RGB
CMYK
RGB Variations
Color information
#BACCAA (or 0xBACCAA) is known color: Pixie Green. HEX triplet: BA, CC and AA. RGB value is (186,204,170). Sum of RGB (Red+Green+Blue) = 186+204+170=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCAA is #453355. Grayscale: #C2C2C2. Windows color (decimal): -4535126 or 11193530. OLE color: 11193530.
HSL color Cylindrical-coordinate representation of color #BACCAA: hue angle of 91.76º 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 #BACCAA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 170 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.2 |
| HSL | 91.76º | 0.25% | 0.73% | - |
| HSV(B) | 91.76º | 0.17% | 0.8% | - |
| XYZ | 49.1 | 56.53 | 46.35 | - |
| YUV | 194.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 170 | 0.09 | 0 | 0.17 | 0.2 | 91.76 | 0.25 | 0.73 |
| Hex | BA | CC | AA | 9 | 0 | 11 | 14 | 5C | 19 | 49 |
| Octal | 272 | 314 | 252 | 11 | 0 | 21 | 24 | 134 | 31 | 111 |
| Binary | 10111010 | 11001100 | 10101010 | 1001 | 0 | 10001 | 10100 | 1011100 | 11001 | 1001001 |
Color Harmonies of #BACCAA
Complementary color
Monochromatic Colors of #BACCAA
Black with #BACCAA
Text Example
Text Example
White with #BACCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCAA; }
p { color: rgb(186,204,170); }
H1.HeaderClassName
{
color: #BACCAA;
}
.AnyTagClassName
{
color: #BACCAA;
}
</style>
background-color css
<style>
a { background-color: #BACCAA; }
a { background-color: rgb(186,204,170); }
div.DivClassName
{
background-color: #BACCAA;
}
.BgClassName
{
background-color: #BACCAA;
}
</style>
border-color css
<style>
span { border-color: #BACCAA; }
span { border-color: rgb(186,204,170); }
td.TdClassName
{
border-color: #BACCAA;
}
.TagClassName
{
border-color: #BACCAA;
}
</style>