Shades of Pine Glade #BDC082
Tints of Pine Glade #BDC082
RGB
CMYK
RGB Variations
Color information
#BDC082 (or 0xBDC082) is known color: Pine Glade. HEX triplet: BD, C0 and 82. RGB value is (189,192,130). Sum of RGB (Red+Green+Blue) = 189+192+130=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC082 is #423F7D. Grayscale: #B8B8B8. Windows color (decimal): -4341630 or 8569021. OLE color: 8569021.
HSL color Cylindrical-coordinate representation of color #BDC082: hue angle of 62.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC082 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 130 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.25 |
| HSL | 62.9º | 0.33% | 0.63% | - |
| HSV(B) | 62.9º | 0.32% | 0.75% | - |
| XYZ | 43.87 | 50.13 | 28.48 | - |
| YUV | 184.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 130 | 0.02 | 0 | 0.32 | 0.25 | 62.9 | 0.33 | 0.63 |
| Hex | BD | C0 | 82 | 2 | 0 | 20 | 19 | 3F | 21 | 3F |
| Octal | 275 | 300 | 202 | 2 | 0 | 40 | 31 | 77 | 41 | 77 |
| Binary | 10111101 | 11000000 | 10000010 | 10 | 0 | 100000 | 11001 | 111111 | 100001 | 111111 |
Color Harmonies of #BDC082
Complementary color
Monochromatic Colors of #BDC082
Black with #BDC082
Text Example
Text Example
White with #BDC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC082; }
p { color: rgb(189,192,130); }
H1.HeaderClassName
{
color: #BDC082;
}
.AnyTagClassName
{
color: #BDC082;
}
</style>
background-color css
<style>
a { background-color: #BDC082; }
a { background-color: rgb(189,192,130); }
div.DivClassName
{
background-color: #BDC082;
}
.BgClassName
{
background-color: #BDC082;
}
</style>
border-color css
<style>
span { border-color: #BDC082; }
span { border-color: rgb(189,192,130); }
td.TdClassName
{
border-color: #BDC082;
}
.TagClassName
{
border-color: #BDC082;
}
</style>