Shades of Pixie Green #BADA99
Tints of Pixie Green #BADA99
RGB
CMYK
RGB Variations
Color information
#BADA99 (or 0xBADA99) is known color: Pixie Green. HEX triplet: BA, DA and 99. RGB value is (186,218,153). Sum of RGB (Red+Green+Blue) = 186+218+153=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA99 is #452566. Grayscale: #C9C9C9. Windows color (decimal): -4531559 or 10083002. OLE color: 10083002.
HSL color Cylindrical-coordinate representation of color #BADA99: hue angle of 89.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADA99 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 153 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.15 |
| HSL | 89.54º | 0.47% | 0.73% | - |
| HSV(B) | 89.54º | 0.3% | 0.85% | - |
| XYZ | 51.07 | 62.88 | 39.58 | - |
| YUV | 201.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 153 | 0.15 | 0 | 0.30 | 0.15 | 89.54 | 0.47 | 0.73 |
| Hex | BA | DA | 99 | F | 0 | 1E | F | 5A | 2F | 49 |
| Octal | 272 | 332 | 231 | 17 | 0 | 36 | 17 | 132 | 57 | 111 |
| Binary | 10111010 | 11011010 | 10011001 | 1111 | 0 | 11110 | 1111 | 1011010 | 101111 | 1001001 |
Color Harmonies of #BADA99
Complementary color
Monochromatic Colors of #BADA99
Black with #BADA99
Text Example
Text Example
White with #BADA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA99; }
p { color: rgb(186,218,153); }
H1.HeaderClassName
{
color: #BADA99;
}
.AnyTagClassName
{
color: #BADA99;
}
</style>
background-color css
<style>
a { background-color: #BADA99; }
a { background-color: rgb(186,218,153); }
div.DivClassName
{
background-color: #BADA99;
}
.BgClassName
{
background-color: #BADA99;
}
</style>
border-color css
<style>
span { border-color: #BADA99; }
span { border-color: rgb(186,218,153); }
td.TdClassName
{
border-color: #BADA99;
}
.TagClassName
{
border-color: #BADA99;
}
</style>