Shades of Pixie Green #BDD79C
Tints of Pixie Green #BDD79C
RGB
CMYK
RGB Variations
Color information
#BDD79C (or 0xBDD79C) is known color: Pixie Green. HEX triplet: BD, D7 and 9C. RGB value is (189,215,156). Sum of RGB (Red+Green+Blue) = 189+215+156=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD79C is #422863. Grayscale: #C8C8C8. Windows color (decimal): -4335716 or 10278845. OLE color: 10278845.
HSL color Cylindrical-coordinate representation of color #BDD79C: hue angle of 86.44º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD79C is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 156 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.16 |
| HSL | 86.44º | 0.42% | 0.73% | - |
| HSV(B) | 86.44º | 0.27% | 0.84% | - |
| XYZ | 51.29 | 61.82 | 40.68 | - |
| YUV | 200.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 156 | 0.12 | 0 | 0.27 | 0.16 | 86.44 | 0.42 | 0.73 |
| Hex | BD | D7 | 9C | C | 0 | 1B | 10 | 56 | 2A | 49 |
| Octal | 275 | 327 | 234 | 14 | 0 | 33 | 20 | 126 | 52 | 111 |
| Binary | 10111101 | 11010111 | 10011100 | 1100 | 0 | 11011 | 10000 | 1010110 | 101010 | 1001001 |
Color Harmonies of #BDD79C
Complementary color
Monochromatic Colors of #BDD79C
Black with #BDD79C
Text Example
Text Example
White with #BDD79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD79C; }
p { color: rgb(189,215,156); }
H1.HeaderClassName
{
color: #BDD79C;
}
.AnyTagClassName
{
color: #BDD79C;
}
</style>
background-color css
<style>
a { background-color: #BDD79C; }
a { background-color: rgb(189,215,156); }
div.DivClassName
{
background-color: #BDD79C;
}
.BgClassName
{
background-color: #BDD79C;
}
</style>
border-color css
<style>
span { border-color: #BDD79C; }
span { border-color: rgb(189,215,156); }
td.TdClassName
{
border-color: #BDD79C;
}
.TagClassName
{
border-color: #BDD79C;
}
</style>