Shades of Pixie Green #BADB9A
Tints of Pixie Green #BADB9A
RGB
CMYK
RGB Variations
Color information
#BADB9A (or 0xBADB9A) is known color: Pixie Green. HEX triplet: BA, DB and 9A. RGB value is (186,219,154). Sum of RGB (Red+Green+Blue) = 186+219+154=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB9A is #452465. Grayscale: #C9C9C9. Windows color (decimal): -4531302 or 10148794. OLE color: 10148794.
HSL color Cylindrical-coordinate representation of color #BADB9A: hue angle of 90.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADB9A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 154 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.14 |
| HSL | 90.46º | 0.47% | 0.73% | - |
| HSV(B) | 90.46º | 0.3% | 0.86% | - |
| XYZ | 51.41 | 63.44 | 40.11 | - |
| YUV | 201.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 154 | 0.15 | 0 | 0.30 | 0.14 | 90.46 | 0.47 | 0.73 |
| Hex | BA | DB | 9A | F | 0 | 1E | E | 5A | 2F | 49 |
| Octal | 272 | 333 | 232 | 17 | 0 | 36 | 16 | 132 | 57 | 111 |
| Binary | 10111010 | 11011011 | 10011010 | 1111 | 0 | 11110 | 1110 | 1011010 | 101111 | 1001001 |
Color Harmonies of #BADB9A
Complementary color
Monochromatic Colors of #BADB9A
Black with #BADB9A
Text Example
Text Example
White with #BADB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB9A; }
p { color: rgb(186,219,154); }
H1.HeaderClassName
{
color: #BADB9A;
}
.AnyTagClassName
{
color: #BADB9A;
}
</style>
background-color css
<style>
a { background-color: #BADB9A; }
a { background-color: rgb(186,219,154); }
div.DivClassName
{
background-color: #BADB9A;
}
.BgClassName
{
background-color: #BADB9A;
}
</style>
border-color css
<style>
span { border-color: #BADB9A; }
span { border-color: rgb(186,219,154); }
td.TdClassName
{
border-color: #BADB9A;
}
.TagClassName
{
border-color: #BADB9A;
}
</style>