Shades of Pixie Green #BDD99B
Tints of Pixie Green #BDD99B
RGB
CMYK
RGB Variations
Color information
#BDD99B (or 0xBDD99B) is known color: Pixie Green. HEX triplet: BD, D9 and 9B. RGB value is (189,217,155). Sum of RGB (Red+Green+Blue) = 189+217+155=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99B is #422664. Grayscale: #C9C9C9. Windows color (decimal): -4335205 or 10213821. OLE color: 10213821.
HSL color Cylindrical-coordinate representation of color #BDD99B: hue angle of 87.1º 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 #BDD99B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 155 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.15 |
| HSL | 87.1º | 0.45% | 0.73% | - |
| HSV(B) | 87.1º | 0.29% | 0.85% | - |
| XYZ | 51.72 | 62.81 | 40.41 | - |
| YUV | 201.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 155 | 0.13 | 0 | 0.29 | 0.15 | 87.1 | 0.45 | 0.73 |
| Hex | BD | D9 | 9B | D | 0 | 1D | F | 57 | 2D | 49 |
| Octal | 275 | 331 | 233 | 15 | 0 | 35 | 17 | 127 | 55 | 111 |
| Binary | 10111101 | 11011001 | 10011011 | 1101 | 0 | 11101 | 1111 | 1010111 | 101101 | 1001001 |
Color Harmonies of #BDD99B
Complementary color
Monochromatic Colors of #BDD99B
Black with #BDD99B
Text Example
Text Example
White with #BDD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD99B; }
p { color: rgb(189,217,155); }
H1.HeaderClassName
{
color: #BDD99B;
}
.AnyTagClassName
{
color: #BDD99B;
}
</style>
background-color css
<style>
a { background-color: #BDD99B; }
a { background-color: rgb(189,217,155); }
div.DivClassName
{
background-color: #BDD99B;
}
.BgClassName
{
background-color: #BDD99B;
}
</style>
border-color css
<style>
span { border-color: #BDD99B; }
span { border-color: rgb(189,217,155); }
td.TdClassName
{
border-color: #BDD99B;
}
.TagClassName
{
border-color: #BDD99B;
}
</style>