Shades of Pine Glade #BDC089
Tints of Pine Glade #BDC089
RGB
CMYK
RGB Variations
Color information
#BDC089 (or 0xBDC089) is known color: Pine Glade. HEX triplet: BD, C0 and 89. RGB value is (189,192,137). Sum of RGB (Red+Green+Blue) = 189+192+137=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC089 is #423F76. Grayscale: #B9B9B9. Windows color (decimal): -4341623 or 9027773. OLE color: 9027773.
HSL color Cylindrical-coordinate representation of color #BDC089: hue angle of 63.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC089 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 137 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.25 |
| HSL | 63.27º | 0.3% | 0.65% | - |
| HSV(B) | 63.27º | 0.29% | 0.75% | - |
| XYZ | 44.35 | 50.32 | 31.04 | - |
| YUV | 184.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 137 | 0.02 | 0 | 0.29 | 0.25 | 63.27 | 0.3 | 0.65 |
| Hex | BD | C0 | 89 | 2 | 0 | 1D | 19 | 3F | 1E | 41 |
| Octal | 275 | 300 | 211 | 2 | 0 | 35 | 31 | 77 | 36 | 101 |
| Binary | 10111101 | 11000000 | 10001001 | 10 | 0 | 11101 | 11001 | 111111 | 11110 | 1000001 |
Color Harmonies of #BDC089
Complementary color
Monochromatic Colors of #BDC089
Black with #BDC089
Text Example
Text Example
White with #BDC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC089; }
p { color: rgb(189,192,137); }
H1.HeaderClassName
{
color: #BDC089;
}
.AnyTagClassName
{
color: #BDC089;
}
</style>
background-color css
<style>
a { background-color: #BDC089; }
a { background-color: rgb(189,192,137); }
div.DivClassName
{
background-color: #BDC089;
}
.BgClassName
{
background-color: #BDC089;
}
</style>
border-color css
<style>
span { border-color: #BDC089; }
span { border-color: rgb(189,192,137); }
td.TdClassName
{
border-color: #BDC089;
}
.TagClassName
{
border-color: #BDC089;
}
</style>