Shades of Pixie Green #BAD49C
Tints of Pixie Green #BAD49C
RGB
CMYK
RGB Variations
Color information
#BAD49C (or 0xBAD49C) is known color: Pixie Green. HEX triplet: BA, D4 and 9C. RGB value is (186,212,156). Sum of RGB (Red+Green+Blue) = 186+212+156=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD49C is #452B63. Grayscale: #C6C6C6. Windows color (decimal): -4533092 or 10278074. OLE color: 10278074.
HSL color Cylindrical-coordinate representation of color #BAD49C: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD49C is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 156 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.17 |
| HSL | 87.86º | 0.39% | 0.72% | - |
| HSV(B) | 87.86º | 0.26% | 0.83% | - |
| XYZ | 49.79 | 59.93 | 40.4 | - |
| YUV | 197.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 156 | 0.12 | 0 | 0.26 | 0.17 | 87.86 | 0.39 | 0.72 |
| Hex | BA | D4 | 9C | C | 0 | 1A | 11 | 58 | 27 | 48 |
| Octal | 272 | 324 | 234 | 14 | 0 | 32 | 21 | 130 | 47 | 110 |
| Binary | 10111010 | 11010100 | 10011100 | 1100 | 0 | 11010 | 10001 | 1011000 | 100111 | 1001000 |
Color Harmonies of #BAD49C
Complementary color
Monochromatic Colors of #BAD49C
Black with #BAD49C
Text Example
Text Example
White with #BAD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD49C; }
p { color: rgb(186,212,156); }
H1.HeaderClassName
{
color: #BAD49C;
}
.AnyTagClassName
{
color: #BAD49C;
}
</style>
background-color css
<style>
a { background-color: #BAD49C; }
a { background-color: rgb(186,212,156); }
div.DivClassName
{
background-color: #BAD49C;
}
.BgClassName
{
background-color: #BAD49C;
}
</style>
border-color css
<style>
span { border-color: #BAD49C; }
span { border-color: rgb(186,212,156); }
td.TdClassName
{
border-color: #BAD49C;
}
.TagClassName
{
border-color: #BAD49C;
}
</style>