Shades of Pixie Green #BADC9E
Tints of Pixie Green #BADC9E
RGB
CMYK
RGB Variations
Color information
#BADC9E (or 0xBADC9E) is known color: Pixie Green. HEX triplet: BA, DC and 9E. RGB value is (186,220,158). Sum of RGB (Red+Green+Blue) = 186+220+158=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC9E is #452361. Grayscale: #CACACA. Windows color (decimal): -4531042 or 10411194. OLE color: 10411194.
HSL color Cylindrical-coordinate representation of color #BADC9E: hue angle of 92.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BADC9E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 158 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.14 |
| HSL | 92.9º | 0.47% | 0.74% | - |
| HSV(B) | 92.9º | 0.28% | 0.86% | - |
| XYZ | 52.01 | 64.09 | 41.98 | - |
| YUV | 202.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 158 | 0.15 | 0 | 0.28 | 0.14 | 92.9 | 0.47 | 0.74 |
| Hex | BA | DC | 9E | F | 0 | 1C | E | 5D | 2F | 4A |
| Octal | 272 | 334 | 236 | 17 | 0 | 34 | 16 | 135 | 57 | 112 |
| Binary | 10111010 | 11011100 | 10011110 | 1111 | 0 | 11100 | 1110 | 1011101 | 101111 | 1001010 |
Color Harmonies of #BADC9E
Complementary color
Monochromatic Colors of #BADC9E
Black with #BADC9E
Text Example
Text Example
White with #BADC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC9E; }
p { color: rgb(186,220,158); }
H1.HeaderClassName
{
color: #BADC9E;
}
.AnyTagClassName
{
color: #BADC9E;
}
</style>
background-color css
<style>
a { background-color: #BADC9E; }
a { background-color: rgb(186,220,158); }
div.DivClassName
{
background-color: #BADC9E;
}
.BgClassName
{
background-color: #BADC9E;
}
</style>
border-color css
<style>
span { border-color: #BADC9E; }
span { border-color: rgb(186,220,158); }
td.TdClassName
{
border-color: #BADC9E;
}
.TagClassName
{
border-color: #BADC9E;
}
</style>