Shades of Pixie Green #BAD4A3
Tints of Pixie Green #BAD4A3
RGB
CMYK
RGB Variations
Color information
#BAD4A3 (or 0xBAD4A3) is known color: Pixie Green. HEX triplet: BA, D4 and A3. RGB value is (186,212,163). Sum of RGB (Red+Green+Blue) = 186+212+163=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD4A3 is #452B5C. Grayscale: #C6C6C6. Windows color (decimal): -4533085 or 10736826. OLE color: 10736826.
HSL color Cylindrical-coordinate representation of color #BAD4A3: hue angle of 91.84º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD4A3 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 163 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.17 |
| HSL | 91.84º | 0.36% | 0.74% | - |
| HSV(B) | 91.84º | 0.23% | 0.83% | - |
| XYZ | 50.4 | 60.17 | 43.61 | - |
| YUV | 198.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 163 | 0.12 | 0 | 0.23 | 0.17 | 91.84 | 0.36 | 0.74 |
| Hex | BA | D4 | A3 | C | 0 | 17 | 11 | 5C | 24 | 4A |
| Octal | 272 | 324 | 243 | 14 | 0 | 27 | 21 | 134 | 44 | 112 |
| Binary | 10111010 | 11010100 | 10100011 | 1100 | 0 | 10111 | 10001 | 1011100 | 100100 | 1001010 |
Color Harmonies of #BAD4A3
Complementary color
Monochromatic Colors of #BAD4A3
Black with #BAD4A3
Text Example
Text Example
White with #BAD4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4A3; }
p { color: rgb(186,212,163); }
H1.HeaderClassName
{
color: #BAD4A3;
}
.AnyTagClassName
{
color: #BAD4A3;
}
</style>
background-color css
<style>
a { background-color: #BAD4A3; }
a { background-color: rgb(186,212,163); }
div.DivClassName
{
background-color: #BAD4A3;
}
.BgClassName
{
background-color: #BAD4A3;
}
</style>
border-color css
<style>
span { border-color: #BAD4A3; }
span { border-color: rgb(186,212,163); }
td.TdClassName
{
border-color: #BAD4A3;
}
.TagClassName
{
border-color: #BAD4A3;
}
</style>