Shades of Pixie Green #BADAA1
Tints of Pixie Green #BADAA1
RGB
CMYK
RGB Variations
Color information
#BADAA1 (or 0xBADAA1) is known color: Pixie Green. HEX triplet: BA, DA and A1. RGB value is (186,218,161). Sum of RGB (Red+Green+Blue) = 186+218+161=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAA1 is #45255E. Grayscale: #CACACA. Windows color (decimal): -4531551 or 10607290. OLE color: 10607290.
HSL color Cylindrical-coordinate representation of color #BADAA1: hue angle of 93.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADAA1 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 161 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.15 |
| HSL | 93.68º | 0.44% | 0.74% | - |
| HSV(B) | 93.68º | 0.26% | 0.85% | - |
| XYZ | 51.75 | 63.16 | 43.18 | - |
| YUV | 201.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 161 | 0.15 | 0 | 0.26 | 0.15 | 93.68 | 0.44 | 0.74 |
| Hex | BA | DA | A1 | F | 0 | 1A | F | 5E | 2C | 4A |
| Octal | 272 | 332 | 241 | 17 | 0 | 32 | 17 | 136 | 54 | 112 |
| Binary | 10111010 | 11011010 | 10100001 | 1111 | 0 | 11010 | 1111 | 1011110 | 101100 | 1001010 |
Color Harmonies of #BADAA1
Complementary color
Monochromatic Colors of #BADAA1
Black with #BADAA1
Text Example
Text Example
White with #BADAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAA1; }
p { color: rgb(186,218,161); }
H1.HeaderClassName
{
color: #BADAA1;
}
.AnyTagClassName
{
color: #BADAA1;
}
</style>
background-color css
<style>
a { background-color: #BADAA1; }
a { background-color: rgb(186,218,161); }
div.DivClassName
{
background-color: #BADAA1;
}
.BgClassName
{
background-color: #BADAA1;
}
</style>
border-color css
<style>
span { border-color: #BADAA1; }
span { border-color: rgb(186,218,161); }
td.TdClassName
{
border-color: #BADAA1;
}
.TagClassName
{
border-color: #BADAA1;
}
</style>