Shades of Pixie Green #BAD99C
Tints of Pixie Green #BAD99C
RGB
CMYK
RGB Variations
Color information
#BAD99C (or 0xBAD99C) is known color: Pixie Green. HEX triplet: BA, D9 and 9C. RGB value is (186,217,156). Sum of RGB (Red+Green+Blue) = 186+217+156=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD99C is #452663. Grayscale: #C8C8C8. Windows color (decimal): -4531812 or 10279354. OLE color: 10279354.
HSL color Cylindrical-coordinate representation of color #BAD99C: hue angle of 90.49º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD99C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 156 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.15 |
| HSL | 90.49º | 0.45% | 0.73% | - |
| HSV(B) | 90.49º | 0.28% | 0.85% | - |
| XYZ | 51.06 | 62.47 | 40.82 | - |
| YUV | 200.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 156 | 0.14 | 0 | 0.28 | 0.15 | 90.49 | 0.45 | 0.73 |
| Hex | BA | D9 | 9C | E | 0 | 1C | F | 5A | 2D | 49 |
| Octal | 272 | 331 | 234 | 16 | 0 | 34 | 17 | 132 | 55 | 111 |
| Binary | 10111010 | 11011001 | 10011100 | 1110 | 0 | 11100 | 1111 | 1011010 | 101101 | 1001001 |
Color Harmonies of #BAD99C
Complementary color
Monochromatic Colors of #BAD99C
Black with #BAD99C
Text Example
Text Example
White with #BAD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD99C; }
p { color: rgb(186,217,156); }
H1.HeaderClassName
{
color: #BAD99C;
}
.AnyTagClassName
{
color: #BAD99C;
}
</style>
background-color css
<style>
a { background-color: #BAD99C; }
a { background-color: rgb(186,217,156); }
div.DivClassName
{
background-color: #BAD99C;
}
.BgClassName
{
background-color: #BAD99C;
}
</style>
border-color css
<style>
span { border-color: #BAD99C; }
span { border-color: rgb(186,217,156); }
td.TdClassName
{
border-color: #BAD99C;
}
.TagClassName
{
border-color: #BAD99C;
}
</style>