Shades of Pine Glade #BDC876
Tints of Pine Glade #BDC876
RGB
CMYK
RGB Variations
Color information
#BDC876 (or 0xBDC876) is known color: Pine Glade. HEX triplet: BD, C8 and 76. RGB value is (189,200,118). Sum of RGB (Red+Green+Blue) = 189+200+118=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC876 is #423789. Grayscale: #BBBBBB. Windows color (decimal): -4339594 or 7784637. OLE color: 7784637.
HSL color Cylindrical-coordinate representation of color #BDC876: hue angle of 68.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC876 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 118 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.22 |
| HSL | 68.05º | 0.43% | 0.62% | - |
| HSV(B) | 68.05º | 0.41% | 0.78% | - |
| XYZ | 44.91 | 53.44 | 25.09 | - |
| YUV | 187.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 118 | 0.06 | 0 | 0.41 | 0.22 | 68.05 | 0.43 | 0.62 |
| Hex | BD | C8 | 76 | 6 | 0 | 29 | 16 | 44 | 2B | 3E |
| Octal | 275 | 310 | 166 | 6 | 0 | 51 | 26 | 104 | 53 | 76 |
| Binary | 10111101 | 11001000 | 1110110 | 110 | 0 | 101001 | 10110 | 1000100 | 101011 | 111110 |
Color Harmonies of #BDC876
Complementary color
Monochromatic Colors of #BDC876
Black with #BDC876
Text Example
Text Example
White with #BDC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC876; }
p { color: rgb(189,200,118); }
H1.HeaderClassName
{
color: #BDC876;
}
.AnyTagClassName
{
color: #BDC876;
}
</style>
background-color css
<style>
a { background-color: #BDC876; }
a { background-color: rgb(189,200,118); }
div.DivClassName
{
background-color: #BDC876;
}
.BgClassName
{
background-color: #BDC876;
}
</style>
border-color css
<style>
span { border-color: #BDC876; }
span { border-color: rgb(189,200,118); }
td.TdClassName
{
border-color: #BDC876;
}
.TagClassName
{
border-color: #BDC876;
}
</style>