Shades of Pixie Green #BCD59C
Tints of Pixie Green #BCD59C
RGB
CMYK
RGB Variations
Color information
#BCD59C (or 0xBCD59C) is known color: Pixie Green. HEX triplet: BC, D5 and 9C. RGB value is (188,213,156). Sum of RGB (Red+Green+Blue) = 188+213+156=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD59C is #432A63. Grayscale: #C7C7C7. Windows color (decimal): -4401764 or 10278332. OLE color: 10278332.
HSL color Cylindrical-coordinate representation of color #BCD59C: hue angle of 86.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD59C is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 156 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.16 |
| HSL | 86.32º | 0.4% | 0.72% | - |
| HSV(B) | 86.32º | 0.27% | 0.84% | - |
| XYZ | 50.53 | 60.68 | 40.5 | - |
| YUV | 199.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 156 | 0.12 | 0 | 0.27 | 0.16 | 86.32 | 0.4 | 0.72 |
| Hex | BC | D5 | 9C | C | 0 | 1B | 10 | 56 | 28 | 48 |
| Octal | 274 | 325 | 234 | 14 | 0 | 33 | 20 | 126 | 50 | 110 |
| Binary | 10111100 | 11010101 | 10011100 | 1100 | 0 | 11011 | 10000 | 1010110 | 101000 | 1001000 |
Color Harmonies of #BCD59C
Complementary color
Monochromatic Colors of #BCD59C
Black with #BCD59C
Text Example
Text Example
White with #BCD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD59C; }
p { color: rgb(188,213,156); }
H1.HeaderClassName
{
color: #BCD59C;
}
.AnyTagClassName
{
color: #BCD59C;
}
</style>
background-color css
<style>
a { background-color: #BCD59C; }
a { background-color: rgb(188,213,156); }
div.DivClassName
{
background-color: #BCD59C;
}
.BgClassName
{
background-color: #BCD59C;
}
</style>
border-color css
<style>
span { border-color: #BCD59C; }
span { border-color: rgb(188,213,156); }
td.TdClassName
{
border-color: #BCD59C;
}
.TagClassName
{
border-color: #BCD59C;
}
</style>