Shades of Pixie Green #BADD9B
Tints of Pixie Green #BADD9B
RGB
CMYK
RGB Variations
Color information
#BADD9B (or 0xBADD9B) is known color: Pixie Green. HEX triplet: BA, DD and 9B. RGB value is (186,221,155). Sum of RGB (Red+Green+Blue) = 186+221+155=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9B is #452264. Grayscale: #CBCBCB. Windows color (decimal): -4530789 or 10214842. OLE color: 10214842.
HSL color Cylindrical-coordinate representation of color #BADD9B: hue angle of 91.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADD9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 155 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 91.82º | 0.49% | 0.74% | - |
| HSV(B) | 91.82º | 0.3% | 0.87% | - |
| XYZ | 52.02 | 64.52 | 40.72 | - |
| YUV | 203.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 155 | 0.16 | 0 | 0.30 | 0.13 | 91.82 | 0.49 | 0.74 |
| Hex | BA | DD | 9B | 10 | 0 | 1E | D | 5C | 31 | 4A |
| Octal | 272 | 335 | 233 | 20 | 0 | 36 | 15 | 134 | 61 | 112 |
| Binary | 10111010 | 11011101 | 10011011 | 10000 | 0 | 11110 | 1101 | 1011100 | 110001 | 1001010 |
Color Harmonies of #BADD9B
Complementary color
Monochromatic Colors of #BADD9B
Black with #BADD9B
Text Example
Text Example
White with #BADD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD9B; }
p { color: rgb(186,221,155); }
H1.HeaderClassName
{
color: #BADD9B;
}
.AnyTagClassName
{
color: #BADD9B;
}
</style>
background-color css
<style>
a { background-color: #BADD9B; }
a { background-color: rgb(186,221,155); }
div.DivClassName
{
background-color: #BADD9B;
}
.BgClassName
{
background-color: #BADD9B;
}
</style>
border-color css
<style>
span { border-color: #BADD9B; }
span { border-color: rgb(186,221,155); }
td.TdClassName
{
border-color: #BADD9B;
}
.TagClassName
{
border-color: #BADD9B;
}
</style>