Shades of Pine Glade #BDC879
Tints of Pine Glade #BDC879
RGB
CMYK
RGB Variations
Color information
#BDC879 (or 0xBDC879) is known color: Pine Glade. HEX triplet: BD, C8 and 79. RGB value is (189,200,121). Sum of RGB (Red+Green+Blue) = 189+200+121=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC879 is #423786. Grayscale: #BCBCBC. Windows color (decimal): -4339591 or 7981245. OLE color: 7981245.
HSL color Cylindrical-coordinate representation of color #BDC879: hue angle of 68.35º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC879 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 121 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.22 |
| HSL | 68.35º | 0.42% | 0.63% | - |
| HSV(B) | 68.35º | 0.4% | 0.78% | - |
| XYZ | 45.09 | 53.51 | 26.04 | - |
| YUV | 187.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 121 | 0.06 | 0 | 0.39 | 0.22 | 68.35 | 0.42 | 0.63 |
| Hex | BD | C8 | 79 | 6 | 0 | 27 | 16 | 44 | 2A | 3F |
| Octal | 275 | 310 | 171 | 6 | 0 | 47 | 26 | 104 | 52 | 77 |
| Binary | 10111101 | 11001000 | 1111001 | 110 | 0 | 100111 | 10110 | 1000100 | 101010 | 111111 |
Color Harmonies of #BDC879
Complementary color
Monochromatic Colors of #BDC879
Black with #BDC879
Text Example
Text Example
White with #BDC879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC879; }
p { color: rgb(189,200,121); }
H1.HeaderClassName
{
color: #BDC879;
}
.AnyTagClassName
{
color: #BDC879;
}
</style>
background-color css
<style>
a { background-color: #BDC879; }
a { background-color: rgb(189,200,121); }
div.DivClassName
{
background-color: #BDC879;
}
.BgClassName
{
background-color: #BDC879;
}
</style>
border-color css
<style>
span { border-color: #BDC879; }
span { border-color: rgb(189,200,121); }
td.TdClassName
{
border-color: #BDC879;
}
.TagClassName
{
border-color: #BDC879;
}
</style>