Shades of Pixie Green #BCD99B
Tints of Pixie Green #BCD99B
RGB
CMYK
RGB Variations
Color information
#BCD99B (or 0xBCD99B) is known color: Pixie Green. HEX triplet: BC, D9 and 9B. RGB value is (188,217,155). Sum of RGB (Red+Green+Blue) = 188+217+155=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD99B is #432664. Grayscale: #C9C9C9. Windows color (decimal): -4400741 or 10213820. OLE color: 10213820.
HSL color Cylindrical-coordinate representation of color #BCD99B: hue angle of 88.06º 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 #BCD99B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 155 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.15 |
| HSL | 88.06º | 0.45% | 0.73% | - |
| HSV(B) | 88.06º | 0.29% | 0.85% | - |
| XYZ | 51.47 | 62.68 | 40.4 | - |
| YUV | 201.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 155 | 0.13 | 0 | 0.29 | 0.15 | 88.06 | 0.45 | 0.73 |
| Hex | BC | D9 | 9B | D | 0 | 1D | F | 58 | 2D | 49 |
| Octal | 274 | 331 | 233 | 15 | 0 | 35 | 17 | 130 | 55 | 111 |
| Binary | 10111100 | 11011001 | 10011011 | 1101 | 0 | 11101 | 1111 | 1011000 | 101101 | 1001001 |
Color Harmonies of #BCD99B
Complementary color
Monochromatic Colors of #BCD99B
Black with #BCD99B
Text Example
Text Example
White with #BCD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD99B; }
p { color: rgb(188,217,155); }
H1.HeaderClassName
{
color: #BCD99B;
}
.AnyTagClassName
{
color: #BCD99B;
}
</style>
background-color css
<style>
a { background-color: #BCD99B; }
a { background-color: rgb(188,217,155); }
div.DivClassName
{
background-color: #BCD99B;
}
.BgClassName
{
background-color: #BCD99B;
}
</style>
border-color css
<style>
span { border-color: #BCD99B; }
span { border-color: rgb(188,217,155); }
td.TdClassName
{
border-color: #BCD99B;
}
.TagClassName
{
border-color: #BCD99B;
}
</style>