Shades of Pixie Green #BAD2AD
Tints of Pixie Green #BAD2AD
RGB
CMYK
RGB Variations
Color information
#BAD2AD (or 0xBAD2AD) is known color: Pixie Green. HEX triplet: BA, D2 and AD. RGB value is (186,210,173). Sum of RGB (Red+Green+Blue) = 186+210+173=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD2AD is #452D52. Grayscale: #C6C6C6. Windows color (decimal): -4533587 or 11391674. OLE color: 11391674.
HSL color Cylindrical-coordinate representation of color #BAD2AD: hue angle of 98.92º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAD2AD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 173 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.18 |
| HSL | 98.92º | 0.29% | 0.75% | - |
| HSV(B) | 98.92º | 0.18% | 0.82% | - |
| XYZ | 50.84 | 59.55 | 48.35 | - |
| YUV | 198.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 173 | 0.11 | 0 | 0.18 | 0.18 | 98.92 | 0.29 | 0.75 |
| Hex | BA | D2 | AD | B | 0 | 12 | 12 | 63 | 1D | 4B |
| Octal | 272 | 322 | 255 | 13 | 0 | 22 | 22 | 143 | 35 | 113 |
| Binary | 10111010 | 11010010 | 10101101 | 1011 | 0 | 10010 | 10010 | 1100011 | 11101 | 1001011 |
Color Harmonies of #BAD2AD
Complementary color
Monochromatic Colors of #BAD2AD
Black with #BAD2AD
Text Example
Text Example
White with #BAD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2AD; }
p { color: rgb(186,210,173); }
H1.HeaderClassName
{
color: #BAD2AD;
}
.AnyTagClassName
{
color: #BAD2AD;
}
</style>
background-color css
<style>
a { background-color: #BAD2AD; }
a { background-color: rgb(186,210,173); }
div.DivClassName
{
background-color: #BAD2AD;
}
.BgClassName
{
background-color: #BAD2AD;
}
</style>
border-color css
<style>
span { border-color: #BAD2AD; }
span { border-color: rgb(186,210,173); }
td.TdClassName
{
border-color: #BAD2AD;
}
.TagClassName
{
border-color: #BAD2AD;
}
</style>