Shades of Pixie Green #BAD2A4
Tints of Pixie Green #BAD2A4
RGB
CMYK
RGB Variations
Color information
#BAD2A4 (or 0xBAD2A4) is known color: Pixie Green. HEX triplet: BA, D2 and A4. RGB value is (186,210,164). Sum of RGB (Red+Green+Blue) = 186+210+164=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2A4 is #452D5B. Grayscale: #C5C5C5. Windows color (decimal): -4533596 or 10801850. OLE color: 10801850.
HSL color Cylindrical-coordinate representation of color #BAD2A4: hue angle of 91.3º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD2A4 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 164 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.18 |
| HSL | 91.3º | 0.34% | 0.73% | - |
| HSV(B) | 91.3º | 0.22% | 0.82% | - |
| XYZ | 50 | 59.21 | 43.92 | - |
| YUV | 197.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 164 | 0.11 | 0 | 0.22 | 0.18 | 91.3 | 0.34 | 0.73 |
| Hex | BA | D2 | A4 | B | 0 | 16 | 12 | 5B | 22 | 49 |
| Octal | 272 | 322 | 244 | 13 | 0 | 26 | 22 | 133 | 42 | 111 |
| Binary | 10111010 | 11010010 | 10100100 | 1011 | 0 | 10110 | 10010 | 1011011 | 100010 | 1001001 |
Color Harmonies of #BAD2A4
Complementary color
Monochromatic Colors of #BAD2A4
Black with #BAD2A4
Text Example
Text Example
White with #BAD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2A4; }
p { color: rgb(186,210,164); }
H1.HeaderClassName
{
color: #BAD2A4;
}
.AnyTagClassName
{
color: #BAD2A4;
}
</style>
background-color css
<style>
a { background-color: #BAD2A4; }
a { background-color: rgb(186,210,164); }
div.DivClassName
{
background-color: #BAD2A4;
}
.BgClassName
{
background-color: #BAD2A4;
}
</style>
border-color css
<style>
span { border-color: #BAD2A4; }
span { border-color: rgb(186,210,164); }
td.TdClassName
{
border-color: #BAD2A4;
}
.TagClassName
{
border-color: #BAD2A4;
}
</style>