Shades of Pine Glade #BDC671
Tints of Pine Glade #BDC671
RGB
CMYK
RGB Variations
Color information
#BDC671 (or 0xBDC671) is known color: Pine Glade. HEX triplet: BD, C6 and 71. RGB value is (189,198,113). Sum of RGB (Red+Green+Blue) = 189+198+113=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC671 is #42398E. Grayscale: #B9B9B9. Windows color (decimal): -4340111 or 7456445. OLE color: 7456445.
HSL color Cylindrical-coordinate representation of color #BDC671: hue angle of 66.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDC671 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 113 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.22 |
| HSL | 66.35º | 0.43% | 0.61% | - |
| HSV(B) | 66.35º | 0.43% | 0.78% | - |
| XYZ | 44.16 | 52.4 | 23.41 | - |
| YUV | 185.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 113 | 0.05 | 0 | 0.43 | 0.22 | 66.35 | 0.43 | 0.61 |
| Hex | BD | C6 | 71 | 5 | 0 | 2B | 16 | 42 | 2B | 3D |
| Octal | 275 | 306 | 161 | 5 | 0 | 53 | 26 | 102 | 53 | 75 |
| Binary | 10111101 | 11000110 | 1110001 | 101 | 0 | 101011 | 10110 | 1000010 | 101011 | 111101 |
Color Harmonies of #BDC671
Complementary color
Monochromatic Colors of #BDC671
Black with #BDC671
Text Example
Text Example
White with #BDC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC671; }
p { color: rgb(189,198,113); }
H1.HeaderClassName
{
color: #BDC671;
}
.AnyTagClassName
{
color: #BDC671;
}
</style>
background-color css
<style>
a { background-color: #BDC671; }
a { background-color: rgb(189,198,113); }
div.DivClassName
{
background-color: #BDC671;
}
.BgClassName
{
background-color: #BDC671;
}
</style>
border-color css
<style>
span { border-color: #BDC671; }
span { border-color: rgb(189,198,113); }
td.TdClassName
{
border-color: #BDC671;
}
.TagClassName
{
border-color: #BDC671;
}
</style>