Shades of Pine Glade #BDBD80
Tints of Pine Glade #BDBD80
RGB
CMYK
RGB Variations
Color information
#BDBD80 (or 0xBDBD80) is known color: Pine Glade. HEX triplet: BD, BD and 80. RGB value is (189,189,128). Sum of RGB (Red+Green+Blue) = 189+189+128=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD80 is #42427F. Grayscale: #B6B6B6. Windows color (decimal): -4342400 or 8437181. OLE color: 8437181.
HSL color Cylindrical-coordinate representation of color #BDBD80: hue angle of 60º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDBD80 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 128 | - |
| CMYK | 0 | 0 | 0.32 | 0.26 |
| HSL | 60º | 0.32% | 0.62% | - |
| HSV(B) | 60º | 0.32% | 0.74% | - |
| XYZ | 43.08 | 48.77 | 27.57 | - |
| YUV | 182.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 128 | 0 | 0 | 0.32 | 0.26 | 60 | 0.32 | 0.62 |
| Hex | BD | BD | 80 | 0 | 0 | 20 | 1A | 3C | 20 | 3E |
| Octal | 275 | 275 | 200 | 0 | 0 | 40 | 32 | 74 | 40 | 76 |
| Binary | 10111101 | 10111101 | 10000000 | 0 | 0 | 100000 | 11010 | 111100 | 100000 | 111110 |
Color Harmonies of #BDBD80
Complementary color
Monochromatic Colors of #BDBD80
Black with #BDBD80
Text Example
Text Example
White with #BDBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD80; }
p { color: rgb(189,189,128); }
H1.HeaderClassName
{
color: #BDBD80;
}
.AnyTagClassName
{
color: #BDBD80;
}
</style>
background-color css
<style>
a { background-color: #BDBD80; }
a { background-color: rgb(189,189,128); }
div.DivClassName
{
background-color: #BDBD80;
}
.BgClassName
{
background-color: #BDBD80;
}
</style>
border-color css
<style>
span { border-color: #BDBD80; }
span { border-color: rgb(189,189,128); }
td.TdClassName
{
border-color: #BDBD80;
}
.TagClassName
{
border-color: #BDBD80;
}
</style>