Shades of Pixie Green #BDD89B
Tints of Pixie Green #BDD89B
RGB
CMYK
RGB Variations
Color information
#BDD89B (or 0xBDD89B) is known color: Pixie Green. HEX triplet: BD, D8 and 9B. RGB value is (189,216,155). Sum of RGB (Red+Green+Blue) = 189+216+155=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD89B is #422764. Grayscale: #C9C9C9. Windows color (decimal): -4335461 or 10213565. OLE color: 10213565.
HSL color Cylindrical-coordinate representation of color #BDD89B: hue angle of 86.56º degrees, saturation: 0.44, 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 #BDD89B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 155 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.15 |
| HSL | 86.56º | 0.44% | 0.73% | - |
| HSV(B) | 86.56º | 0.28% | 0.85% | - |
| XYZ | 51.46 | 62.3 | 40.32 | - |
| YUV | 200.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 155 | 0.12 | 0 | 0.28 | 0.15 | 86.56 | 0.44 | 0.73 |
| Hex | BD | D8 | 9B | C | 0 | 1C | F | 57 | 2C | 49 |
| Octal | 275 | 330 | 233 | 14 | 0 | 34 | 17 | 127 | 54 | 111 |
| Binary | 10111101 | 11011000 | 10011011 | 1100 | 0 | 11100 | 1111 | 1010111 | 101100 | 1001001 |
Color Harmonies of #BDD89B
Complementary color
Monochromatic Colors of #BDD89B
Black with #BDD89B
Text Example
Text Example
White with #BDD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD89B; }
p { color: rgb(189,216,155); }
H1.HeaderClassName
{
color: #BDD89B;
}
.AnyTagClassName
{
color: #BDD89B;
}
</style>
background-color css
<style>
a { background-color: #BDD89B; }
a { background-color: rgb(189,216,155); }
div.DivClassName
{
background-color: #BDD89B;
}
.BgClassName
{
background-color: #BDD89B;
}
</style>
border-color css
<style>
span { border-color: #BDD89B; }
span { border-color: rgb(189,216,155); }
td.TdClassName
{
border-color: #BDD89B;
}
.TagClassName
{
border-color: #BDD89B;
}
</style>