Shades of Pine Glade #BDBE85
Tints of Pine Glade #BDBE85
RGB
CMYK
RGB Variations
Color information
#BDBE85 (or 0xBDBE85) is known color: Pine Glade. HEX triplet: BD, BE and 85. RGB value is (189,190,133). Sum of RGB (Red+Green+Blue) = 189+190+133=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE85 is #42417A. Grayscale: #B7B7B7. Windows color (decimal): -4342139 or 8765117. OLE color: 8765117.
HSL color Cylindrical-coordinate representation of color #BDBE85: hue angle of 61.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDBE85 is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 133 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.25 |
| HSL | 61.05º | 0.3% | 0.63% | - |
| HSV(B) | 61.05º | 0.3% | 0.75% | - |
| XYZ | 43.63 | 49.34 | 29.41 | - |
| YUV | 183.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 133 | 0.01 | 0 | 0.3 | 0.25 | 61.05 | 0.3 | 0.63 |
| Hex | BD | BE | 85 | 1 | 0 | 1E | 19 | 3D | 1E | 3F |
| Octal | 275 | 276 | 205 | 1 | 0 | 36 | 31 | 75 | 36 | 77 |
| Binary | 10111101 | 10111110 | 10000101 | 1 | 0 | 11110 | 11001 | 111101 | 11110 | 111111 |
Color Harmonies of #BDBE85
Complementary color
Monochromatic Colors of #BDBE85
Black with #BDBE85
Text Example
Text Example
White with #BDBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE85; }
p { color: rgb(189,190,133); }
H1.HeaderClassName
{
color: #BDBE85;
}
.AnyTagClassName
{
color: #BDBE85;
}
</style>
background-color css
<style>
a { background-color: #BDBE85; }
a { background-color: rgb(189,190,133); }
div.DivClassName
{
background-color: #BDBE85;
}
.BgClassName
{
background-color: #BDBE85;
}
</style>
border-color css
<style>
span { border-color: #BDBE85; }
span { border-color: rgb(189,190,133); }
td.TdClassName
{
border-color: #BDBE85;
}
.TagClassName
{
border-color: #BDBE85;
}
</style>