Shades of Pixie Green #BADC9A
Tints of Pixie Green #BADC9A
RGB
CMYK
RGB Variations
Color information
#BADC9A (or 0xBADC9A) is known color: Pixie Green. HEX triplet: BA, DC and 9A. RGB value is (186,220,154). Sum of RGB (Red+Green+Blue) = 186+220+154=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC9A is #452365. Grayscale: #CACACA. Windows color (decimal): -4531046 or 10149050. OLE color: 10149050.
HSL color Cylindrical-coordinate representation of color #BADC9A: hue angle of 90.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADC9A is Cyan = 0.15, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 154 | - |
| CMYK | 0.15 | 0 | 0.3 | 0.14 |
| HSL | 90.91º | 0.49% | 0.73% | - |
| HSV(B) | 90.91º | 0.3% | 0.86% | - |
| XYZ | 51.68 | 63.96 | 40.19 | - |
| YUV | 202.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 154 | 0.15 | 0 | 0.3 | 0.14 | 90.91 | 0.49 | 0.73 |
| Hex | BA | DC | 9A | F | 0 | 1E | E | 5B | 31 | 49 |
| Octal | 272 | 334 | 232 | 17 | 0 | 36 | 16 | 133 | 61 | 111 |
| Binary | 10111010 | 11011100 | 10011010 | 1111 | 0 | 11110 | 1110 | 1011011 | 110001 | 1001001 |
Color Harmonies of #BADC9A
Complementary color
Monochromatic Colors of #BADC9A
Black with #BADC9A
Text Example
Text Example
White with #BADC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC9A; }
p { color: rgb(186,220,154); }
H1.HeaderClassName
{
color: #BADC9A;
}
.AnyTagClassName
{
color: #BADC9A;
}
</style>
background-color css
<style>
a { background-color: #BADC9A; }
a { background-color: rgb(186,220,154); }
div.DivClassName
{
background-color: #BADC9A;
}
.BgClassName
{
background-color: #BADC9A;
}
</style>
border-color css
<style>
span { border-color: #BADC9A; }
span { border-color: rgb(186,220,154); }
td.TdClassName
{
border-color: #BADC9A;
}
.TagClassName
{
border-color: #BADC9A;
}
</style>