Shades of Pixie Green #BADBA1
Tints of Pixie Green #BADBA1
RGB
CMYK
RGB Variations
Color information
#BADBA1 (or 0xBADBA1) is known color: Pixie Green. HEX triplet: BA, DB and A1. RGB value is (186,219,161). Sum of RGB (Red+Green+Blue) = 186+219+161=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA1 is #45245E. Grayscale: #CACACA. Windows color (decimal): -4531295 or 10607546. OLE color: 10607546.
HSL color Cylindrical-coordinate representation of color #BADBA1: hue angle of 94.14º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADBA1 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 161 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.14 |
| HSL | 94.14º | 0.45% | 0.75% | - |
| HSV(B) | 94.14º | 0.26% | 0.86% | - |
| XYZ | 52.01 | 63.68 | 43.27 | - |
| YUV | 202.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 161 | 0.15 | 0 | 0.26 | 0.14 | 94.14 | 0.45 | 0.75 |
| Hex | BA | DB | A1 | F | 0 | 1A | E | 5E | 2D | 4B |
| Octal | 272 | 333 | 241 | 17 | 0 | 32 | 16 | 136 | 55 | 113 |
| Binary | 10111010 | 11011011 | 10100001 | 1111 | 0 | 11010 | 1110 | 1011110 | 101101 | 1001011 |
Color Harmonies of #BADBA1
Complementary color
Monochromatic Colors of #BADBA1
Black with #BADBA1
Text Example
Text Example
White with #BADBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBA1; }
p { color: rgb(186,219,161); }
H1.HeaderClassName
{
color: #BADBA1;
}
.AnyTagClassName
{
color: #BADBA1;
}
</style>
background-color css
<style>
a { background-color: #BADBA1; }
a { background-color: rgb(186,219,161); }
div.DivClassName
{
background-color: #BADBA1;
}
.BgClassName
{
background-color: #BADBA1;
}
</style>
border-color css
<style>
span { border-color: #BADBA1; }
span { border-color: rgb(186,219,161); }
td.TdClassName
{
border-color: #BADBA1;
}
.TagClassName
{
border-color: #BADBA1;
}
</style>