Shades of Pine Glade #BDC585
Tints of Pine Glade #BDC585
RGB
CMYK
RGB Variations
Color information
#BDC585 (or 0xBDC585) is known color: Pine Glade. HEX triplet: BD, C5 and 85. RGB value is (189,197,133). Sum of RGB (Red+Green+Blue) = 189+197+133=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC585 is #423A7A. Grayscale: #BBBBBB. Windows color (decimal): -4340347 or 8766909. OLE color: 8766909.
HSL color Cylindrical-coordinate representation of color #BDC585: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC585 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 133 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.23 |
| HSL | 67.5º | 0.36% | 0.65% | - |
| HSV(B) | 67.5º | 0.32% | 0.77% | - |
| XYZ | 45.19 | 52.44 | 29.93 | - |
| YUV | 187.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 133 | 0.04 | 0 | 0.32 | 0.23 | 67.5 | 0.36 | 0.65 |
| Hex | BD | C5 | 85 | 4 | 0 | 20 | 17 | 44 | 24 | 41 |
| Octal | 275 | 305 | 205 | 4 | 0 | 40 | 27 | 104 | 44 | 101 |
| Binary | 10111101 | 11000101 | 10000101 | 100 | 0 | 100000 | 10111 | 1000100 | 100100 | 1000001 |
Color Harmonies of #BDC585
Complementary color
Monochromatic Colors of #BDC585
Black with #BDC585
Text Example
Text Example
White with #BDC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC585; }
p { color: rgb(189,197,133); }
H1.HeaderClassName
{
color: #BDC585;
}
.AnyTagClassName
{
color: #BDC585;
}
</style>
background-color css
<style>
a { background-color: #BDC585; }
a { background-color: rgb(189,197,133); }
div.DivClassName
{
background-color: #BDC585;
}
.BgClassName
{
background-color: #BDC585;
}
</style>
border-color css
<style>
span { border-color: #BDC585; }
span { border-color: rgb(189,197,133); }
td.TdClassName
{
border-color: #BDC585;
}
.TagClassName
{
border-color: #BDC585;
}
</style>