Shades of Pixie Green #BACAA5
Tints of Pixie Green #BACAA5
RGB
CMYK
RGB Variations
Color information
#BACAA5 (or 0xBACAA5) is known color: Pixie Green. HEX triplet: BA, CA and A5. RGB value is (186,202,165). Sum of RGB (Red+Green+Blue) = 186+202+165=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA5 is #45355A. Grayscale: #C1C1C1. Windows color (decimal): -4535643 or 10865338. OLE color: 10865338.
HSL color Cylindrical-coordinate representation of color #BACAA5: hue angle of 85.95º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACAA5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 165 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.21 |
| HSL | 85.95º | 0.26% | 0.72% | - |
| HSV(B) | 85.95º | 0.18% | 0.79% | - |
| XYZ | 48.16 | 55.4 | 43.75 | - |
| YUV | 193 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 165 | 0.08 | 0 | 0.18 | 0.21 | 85.95 | 0.26 | 0.72 |
| Hex | BA | CA | A5 | 8 | 0 | 12 | 15 | 56 | 1A | 48 |
| Octal | 272 | 312 | 245 | 10 | 0 | 22 | 25 | 126 | 32 | 110 |
| Binary | 10111010 | 11001010 | 10100101 | 1000 | 0 | 10010 | 10101 | 1010110 | 11010 | 1001000 |
Color Harmonies of #BACAA5
Complementary color
Monochromatic Colors of #BACAA5
Black with #BACAA5
Text Example
Text Example
White with #BACAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAA5; }
p { color: rgb(186,202,165); }
H1.HeaderClassName
{
color: #BACAA5;
}
.AnyTagClassName
{
color: #BACAA5;
}
</style>
background-color css
<style>
a { background-color: #BACAA5; }
a { background-color: rgb(186,202,165); }
div.DivClassName
{
background-color: #BACAA5;
}
.BgClassName
{
background-color: #BACAA5;
}
</style>
border-color css
<style>
span { border-color: #BACAA5; }
span { border-color: rgb(186,202,165); }
td.TdClassName
{
border-color: #BACAA5;
}
.TagClassName
{
border-color: #BACAA5;
}
</style>