Shades of Pine Glade #BDC587
Tints of Pine Glade #BDC587
RGB
CMYK
RGB Variations
Color information
#BDC587 (or 0xBDC587) is known color: Pine Glade. HEX triplet: BD, C5 and 87. RGB value is (189,197,135). Sum of RGB (Red+Green+Blue) = 189+197+135=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC587 is #423A78. Grayscale: #BBBBBB. Windows color (decimal): -4340345 or 8897981. OLE color: 8897981.
HSL color Cylindrical-coordinate representation of color #BDC587: hue angle of 67.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC587 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 135 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.23 |
| HSL | 67.74º | 0.35% | 0.65% | - |
| HSV(B) | 67.74º | 0.31% | 0.77% | - |
| XYZ | 45.33 | 52.5 | 30.67 | - |
| YUV | 187.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 135 | 0.04 | 0 | 0.31 | 0.23 | 67.74 | 0.35 | 0.65 |
| Hex | BD | C5 | 87 | 4 | 0 | 1F | 17 | 44 | 23 | 41 |
| Octal | 275 | 305 | 207 | 4 | 0 | 37 | 27 | 104 | 43 | 101 |
| Binary | 10111101 | 11000101 | 10000111 | 100 | 0 | 11111 | 10111 | 1000100 | 100011 | 1000001 |
Color Harmonies of #BDC587
Complementary color
Monochromatic Colors of #BDC587
Black with #BDC587
Text Example
Text Example
White with #BDC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC587; }
p { color: rgb(189,197,135); }
H1.HeaderClassName
{
color: #BDC587;
}
.AnyTagClassName
{
color: #BDC587;
}
</style>
background-color css
<style>
a { background-color: #BDC587; }
a { background-color: rgb(189,197,135); }
div.DivClassName
{
background-color: #BDC587;
}
.BgClassName
{
background-color: #BDC587;
}
</style>
border-color css
<style>
span { border-color: #BDC587; }
span { border-color: rgb(189,197,135); }
td.TdClassName
{
border-color: #BDC587;
}
.TagClassName
{
border-color: #BDC587;
}
</style>