Shades of Pine Glade #BDC976
Tints of Pine Glade #BDC976
RGB
CMYK
RGB Variations
Color information
#BDC976 (or 0xBDC976) is known color: Pine Glade. HEX triplet: BD, C9 and 76. RGB value is (189,201,118). Sum of RGB (Red+Green+Blue) = 189+201+118=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC976 is #423689. Grayscale: #BCBCBC. Windows color (decimal): -4339338 or 7784893. OLE color: 7784893.
HSL color Cylindrical-coordinate representation of color #BDC976: hue angle of 68.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC976 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 118 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.21 |
| HSL | 68.67º | 0.43% | 0.63% | - |
| HSV(B) | 68.67º | 0.41% | 0.79% | - |
| XYZ | 45.14 | 53.9 | 25.16 | - |
| YUV | 187.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 118 | 0.06 | 0 | 0.41 | 0.21 | 68.67 | 0.43 | 0.63 |
| Hex | BD | C9 | 76 | 6 | 0 | 29 | 15 | 45 | 2B | 3F |
| Octal | 275 | 311 | 166 | 6 | 0 | 51 | 25 | 105 | 53 | 77 |
| Binary | 10111101 | 11001001 | 1110110 | 110 | 0 | 101001 | 10101 | 1000101 | 101011 | 111111 |
Color Harmonies of #BDC976
Complementary color
Monochromatic Colors of #BDC976
Black with #BDC976
Text Example
Text Example
White with #BDC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC976; }
p { color: rgb(189,201,118); }
H1.HeaderClassName
{
color: #BDC976;
}
.AnyTagClassName
{
color: #BDC976;
}
</style>
background-color css
<style>
a { background-color: #BDC976; }
a { background-color: rgb(189,201,118); }
div.DivClassName
{
background-color: #BDC976;
}
.BgClassName
{
background-color: #BDC976;
}
</style>
border-color css
<style>
span { border-color: #BDC976; }
span { border-color: rgb(189,201,118); }
td.TdClassName
{
border-color: #BDC976;
}
.TagClassName
{
border-color: #BDC976;
}
</style>