Shades of Pixie Green #BACAA4
Tints of Pixie Green #BACAA4
RGB
CMYK
RGB Variations
Color information
#BACAA4 (or 0xBACAA4) is known color: Pixie Green. HEX triplet: BA, CA and A4. RGB value is (186,202,164). Sum of RGB (Red+Green+Blue) = 186+202+164=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAA4 is #45355B. Grayscale: #C1C1C1. Windows color (decimal): -4535644 or 10799802. OLE color: 10799802.
HSL color Cylindrical-coordinate representation of color #BACAA4: hue angle of 85.26º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACAA4 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 164 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.21 |
| HSL | 85.26º | 0.26% | 0.72% | - |
| HSV(B) | 85.26º | 0.19% | 0.79% | - |
| XYZ | 48.07 | 55.36 | 43.27 | - |
| YUV | 192.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 164 | 0.08 | 0 | 0.19 | 0.21 | 85.26 | 0.26 | 0.72 |
| Hex | BA | CA | A4 | 8 | 0 | 13 | 15 | 55 | 1A | 48 |
| Octal | 272 | 312 | 244 | 10 | 0 | 23 | 25 | 125 | 32 | 110 |
| Binary | 10111010 | 11001010 | 10100100 | 1000 | 0 | 10011 | 10101 | 1010101 | 11010 | 1001000 |
Color Harmonies of #BACAA4
Complementary color
Monochromatic Colors of #BACAA4
Black with #BACAA4
Text Example
Text Example
White with #BACAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAA4; }
p { color: rgb(186,202,164); }
H1.HeaderClassName
{
color: #BACAA4;
}
.AnyTagClassName
{
color: #BACAA4;
}
</style>
background-color css
<style>
a { background-color: #BACAA4; }
a { background-color: rgb(186,202,164); }
div.DivClassName
{
background-color: #BACAA4;
}
.BgClassName
{
background-color: #BACAA4;
}
</style>
border-color css
<style>
span { border-color: #BACAA4; }
span { border-color: rgb(186,202,164); }
td.TdClassName
{
border-color: #BACAA4;
}
.TagClassName
{
border-color: #BACAA4;
}
</style>