Shades of Pixie Green #BCD59F
Tints of Pixie Green #BCD59F
RGB
CMYK
RGB Variations
Color information
#BCD59F (or 0xBCD59F) is known color: Pixie Green. HEX triplet: BC, D5 and 9F. RGB value is (188,213,159). Sum of RGB (Red+Green+Blue) = 188+213+159=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59F is #432A60. Grayscale: #C7C7C7. Windows color (decimal): -4401761 or 10474940. OLE color: 10474940.
HSL color Cylindrical-coordinate representation of color #BCD59F: hue angle of 87.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD59F is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 159 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.16 |
| HSL | 87.78º | 0.39% | 0.73% | - |
| HSV(B) | 87.78º | 0.25% | 0.84% | - |
| XYZ | 50.79 | 60.78 | 41.86 | - |
| YUV | 199.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 159 | 0.12 | 0 | 0.25 | 0.16 | 87.78 | 0.39 | 0.73 |
| Hex | BC | D5 | 9F | C | 0 | 19 | 10 | 58 | 27 | 49 |
| Octal | 274 | 325 | 237 | 14 | 0 | 31 | 20 | 130 | 47 | 111 |
| Binary | 10111100 | 11010101 | 10011111 | 1100 | 0 | 11001 | 10000 | 1011000 | 100111 | 1001001 |
Color Harmonies of #BCD59F
Complementary color
Monochromatic Colors of #BCD59F
Black with #BCD59F
Text Example
Text Example
White with #BCD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD59F; }
p { color: rgb(188,213,159); }
H1.HeaderClassName
{
color: #BCD59F;
}
.AnyTagClassName
{
color: #BCD59F;
}
</style>
background-color css
<style>
a { background-color: #BCD59F; }
a { background-color: rgb(188,213,159); }
div.DivClassName
{
background-color: #BCD59F;
}
.BgClassName
{
background-color: #BCD59F;
}
</style>
border-color css
<style>
span { border-color: #BCD59F; }
span { border-color: rgb(188,213,159); }
td.TdClassName
{
border-color: #BCD59F;
}
.TagClassName
{
border-color: #BCD59F;
}
</style>