Shades of Pixie Green #BDD99A
Tints of Pixie Green #BDD99A
RGB
CMYK
RGB Variations
Color information
#BDD99A (or 0xBDD99A) is known color: Pixie Green. HEX triplet: BD, D9 and 9A. RGB value is (189,217,154). Sum of RGB (Red+Green+Blue) = 189+217+154=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99A is #422665. Grayscale: #C9C9C9. Windows color (decimal): -4335206 or 10148285. OLE color: 10148285.
HSL color Cylindrical-coordinate representation of color #BDD99A: hue angle of 86.67º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD99A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 154 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.15 |
| HSL | 86.67º | 0.45% | 0.73% | - |
| HSV(B) | 86.67º | 0.29% | 0.85% | - |
| XYZ | 51.63 | 62.78 | 39.97 | - |
| YUV | 201.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 154 | 0.13 | 0 | 0.29 | 0.15 | 86.67 | 0.45 | 0.73 |
| Hex | BD | D9 | 9A | D | 0 | 1D | F | 57 | 2D | 49 |
| Octal | 275 | 331 | 232 | 15 | 0 | 35 | 17 | 127 | 55 | 111 |
| Binary | 10111101 | 11011001 | 10011010 | 1101 | 0 | 11101 | 1111 | 1010111 | 101101 | 1001001 |
Color Harmonies of #BDD99A
Complementary color
Monochromatic Colors of #BDD99A
Black with #BDD99A
Text Example
Text Example
White with #BDD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD99A; }
p { color: rgb(189,217,154); }
H1.HeaderClassName
{
color: #BDD99A;
}
.AnyTagClassName
{
color: #BDD99A;
}
</style>
background-color css
<style>
a { background-color: #BDD99A; }
a { background-color: rgb(189,217,154); }
div.DivClassName
{
background-color: #BDD99A;
}
.BgClassName
{
background-color: #BDD99A;
}
</style>
border-color css
<style>
span { border-color: #BDD99A; }
span { border-color: rgb(189,217,154); }
td.TdClassName
{
border-color: #BDD99A;
}
.TagClassName
{
border-color: #BDD99A;
}
</style>