Shades of Pine Glade #BDC776
Tints of Pine Glade #BDC776
RGB
CMYK
RGB Variations
Color information
#BDC776 (or 0xBDC776) is known color: Pine Glade. HEX triplet: BD, C7 and 76. RGB value is (189,199,118). Sum of RGB (Red+Green+Blue) = 189+199+118=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC776 is #423889. Grayscale: #BBBBBB. Windows color (decimal): -4339850 or 7784381. OLE color: 7784381.
HSL color Cylindrical-coordinate representation of color #BDC776: hue angle of 67.41º degrees, saturation: 0.42, 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 #BDC776 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 118 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.22 |
| HSL | 67.41º | 0.42% | 0.62% | - |
| HSV(B) | 67.41º | 0.41% | 0.78% | - |
| XYZ | 44.68 | 52.97 | 25.01 | - |
| YUV | 186.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 118 | 0.05 | 0 | 0.41 | 0.22 | 67.41 | 0.42 | 0.62 |
| Hex | BD | C7 | 76 | 5 | 0 | 29 | 16 | 43 | 2A | 3E |
| Octal | 275 | 307 | 166 | 5 | 0 | 51 | 26 | 103 | 52 | 76 |
| Binary | 10111101 | 11000111 | 1110110 | 101 | 0 | 101001 | 10110 | 1000011 | 101010 | 111110 |
Color Harmonies of #BDC776
Complementary color
Monochromatic Colors of #BDC776
Black with #BDC776
Text Example
Text Example
White with #BDC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC776; }
p { color: rgb(189,199,118); }
H1.HeaderClassName
{
color: #BDC776;
}
.AnyTagClassName
{
color: #BDC776;
}
</style>
background-color css
<style>
a { background-color: #BDC776; }
a { background-color: rgb(189,199,118); }
div.DivClassName
{
background-color: #BDC776;
}
.BgClassName
{
background-color: #BDC776;
}
</style>
border-color css
<style>
span { border-color: #BDC776; }
span { border-color: rgb(189,199,118); }
td.TdClassName
{
border-color: #BDC776;
}
.TagClassName
{
border-color: #BDC776;
}
</style>