Shades of Pine Glade #BDCD77
Tints of Pine Glade #BDCD77
RGB
CMYK
RGB Variations
Color information
#BDCD77 (or 0xBDCD77) is known color: Pine Glade. HEX triplet: BD, CD and 77. RGB value is (189,205,119). Sum of RGB (Red+Green+Blue) = 189+205+119=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD77 is #423288. Grayscale: #BEBEBE. Windows color (decimal): -4338313 or 7851453. OLE color: 7851453.
HSL color Cylindrical-coordinate representation of color #BDCD77: hue angle of 71.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDCD77 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 119 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.20 |
| HSL | 71.16º | 0.46% | 0.64% | - |
| HSV(B) | 71.16º | 0.42% | 0.8% | - |
| XYZ | 46.15 | 55.81 | 25.79 | - |
| YUV | 190.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 119 | 0.08 | 0 | 0.42 | 0.20 | 71.16 | 0.46 | 0.64 |
| Hex | BD | CD | 77 | 8 | 0 | 2A | 14 | 47 | 2E | 40 |
| Octal | 275 | 315 | 167 | 10 | 0 | 52 | 24 | 107 | 56 | 100 |
| Binary | 10111101 | 11001101 | 1110111 | 1000 | 0 | 101010 | 10100 | 1000111 | 101110 | 1000000 |
Color Harmonies of #BDCD77
Complementary color
Monochromatic Colors of #BDCD77
Black with #BDCD77
Text Example
Text Example
White with #BDCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD77; }
p { color: rgb(189,205,119); }
H1.HeaderClassName
{
color: #BDCD77;
}
.AnyTagClassName
{
color: #BDCD77;
}
</style>
background-color css
<style>
a { background-color: #BDCD77; }
a { background-color: rgb(189,205,119); }
div.DivClassName
{
background-color: #BDCD77;
}
.BgClassName
{
background-color: #BDCD77;
}
</style>
border-color css
<style>
span { border-color: #BDCD77; }
span { border-color: rgb(189,205,119); }
td.TdClassName
{
border-color: #BDCD77;
}
.TagClassName
{
border-color: #BDCD77;
}
</style>