Shades of Pixie Green #BCD59D
Tints of Pixie Green #BCD59D
RGB
CMYK
RGB Variations
Color information
#BCD59D (or 0xBCD59D) is known color: Pixie Green. HEX triplet: BC, D5 and 9D. RGB value is (188,213,157). Sum of RGB (Red+Green+Blue) = 188+213+157=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59D is #432A62. Grayscale: #C7C7C7. Windows color (decimal): -4401763 or 10343868. OLE color: 10343868.
HSL color Cylindrical-coordinate representation of color #BCD59D: hue angle of 86.79º 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 #BCD59D is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 157 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.16 |
| HSL | 86.79º | 0.4% | 0.73% | - |
| HSV(B) | 86.79º | 0.26% | 0.84% | - |
| XYZ | 50.62 | 60.71 | 40.95 | - |
| YUV | 199.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 157 | 0.12 | 0 | 0.26 | 0.16 | 86.79 | 0.4 | 0.73 |
| Hex | BC | D5 | 9D | C | 0 | 1A | 10 | 57 | 28 | 49 |
| Octal | 274 | 325 | 235 | 14 | 0 | 32 | 20 | 127 | 50 | 111 |
| Binary | 10111100 | 11010101 | 10011101 | 1100 | 0 | 11010 | 10000 | 1010111 | 101000 | 1001001 |
Color Harmonies of #BCD59D
Complementary color
Monochromatic Colors of #BCD59D
Black with #BCD59D
Text Example
Text Example
White with #BCD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD59D; }
p { color: rgb(188,213,157); }
H1.HeaderClassName
{
color: #BCD59D;
}
.AnyTagClassName
{
color: #BCD59D;
}
</style>
background-color css
<style>
a { background-color: #BCD59D; }
a { background-color: rgb(188,213,157); }
div.DivClassName
{
background-color: #BCD59D;
}
.BgClassName
{
background-color: #BCD59D;
}
</style>
border-color css
<style>
span { border-color: #BCD59D; }
span { border-color: rgb(188,213,157); }
td.TdClassName
{
border-color: #BCD59D;
}
.TagClassName
{
border-color: #BCD59D;
}
</style>