Shades of Pixie Green #BDD59D
Tints of Pixie Green #BDD59D
RGB
CMYK
RGB Variations
Color information
#BDD59D (or 0xBDD59D) is known color: Pixie Green. HEX triplet: BD, D5 and 9D. RGB value is (189,213,157). Sum of RGB (Red+Green+Blue) = 189+213+157=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59D is #422A62. Grayscale: #C7C7C7. Windows color (decimal): -4336227 or 10343869. OLE color: 10343869.
HSL color Cylindrical-coordinate representation of color #BDD59D: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD59D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 157 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.16 |
| HSL | 85.71º | 0.4% | 0.73% | - |
| HSV(B) | 85.71º | 0.26% | 0.84% | - |
| XYZ | 50.87 | 60.84 | 40.96 | - |
| YUV | 199.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 157 | 0.11 | 0 | 0.26 | 0.16 | 85.71 | 0.4 | 0.73 |
| Hex | BD | D5 | 9D | B | 0 | 1A | 10 | 56 | 28 | 49 |
| Octal | 275 | 325 | 235 | 13 | 0 | 32 | 20 | 126 | 50 | 111 |
| Binary | 10111101 | 11010101 | 10011101 | 1011 | 0 | 11010 | 10000 | 1010110 | 101000 | 1001001 |
Color Harmonies of #BDD59D
Complementary color
Monochromatic Colors of #BDD59D
Black with #BDD59D
Text Example
Text Example
White with #BDD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD59D; }
p { color: rgb(189,213,157); }
H1.HeaderClassName
{
color: #BDD59D;
}
.AnyTagClassName
{
color: #BDD59D;
}
</style>
background-color css
<style>
a { background-color: #BDD59D; }
a { background-color: rgb(189,213,157); }
div.DivClassName
{
background-color: #BDD59D;
}
.BgClassName
{
background-color: #BDD59D;
}
</style>
border-color css
<style>
span { border-color: #BDD59D; }
span { border-color: rgb(189,213,157); }
td.TdClassName
{
border-color: #BDD59D;
}
.TagClassName
{
border-color: #BDD59D;
}
</style>