Shades of Pixie Green #BADB9D
Tints of Pixie Green #BADB9D
RGB
CMYK
RGB Variations
Color information
#BADB9D (or 0xBADB9D) is known color: Pixie Green. HEX triplet: BA, DB and 9D. RGB value is (186,219,157). Sum of RGB (Red+Green+Blue) = 186+219+157=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB9D is #452462. Grayscale: #CACACA. Windows color (decimal): -4531299 or 10345402. OLE color: 10345402.
HSL color Cylindrical-coordinate representation of color #BADB9D: hue angle of 91.94º degrees, saturation: 0.46, 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 #BADB9D is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 157 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.14 |
| HSL | 91.94º | 0.46% | 0.74% | - |
| HSV(B) | 91.94º | 0.28% | 0.86% | - |
| XYZ | 51.67 | 63.54 | 41.44 | - |
| YUV | 202.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 157 | 0.15 | 0 | 0.28 | 0.14 | 91.94 | 0.46 | 0.74 |
| Hex | BA | DB | 9D | F | 0 | 1C | E | 5C | 2E | 4A |
| Octal | 272 | 333 | 235 | 17 | 0 | 34 | 16 | 134 | 56 | 112 |
| Binary | 10111010 | 11011011 | 10011101 | 1111 | 0 | 11100 | 1110 | 1011100 | 101110 | 1001010 |
Color Harmonies of #BADB9D
Complementary color
Monochromatic Colors of #BADB9D
Black with #BADB9D
Text Example
Text Example
White with #BADB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB9D; }
p { color: rgb(186,219,157); }
H1.HeaderClassName
{
color: #BADB9D;
}
.AnyTagClassName
{
color: #BADB9D;
}
</style>
background-color css
<style>
a { background-color: #BADB9D; }
a { background-color: rgb(186,219,157); }
div.DivClassName
{
background-color: #BADB9D;
}
.BgClassName
{
background-color: #BADB9D;
}
</style>
border-color css
<style>
span { border-color: #BADB9D; }
span { border-color: rgb(186,219,157); }
td.TdClassName
{
border-color: #BADB9D;
}
.TagClassName
{
border-color: #BADB9D;
}
</style>