Shades of Pine Glade #BDBC80
Tints of Pine Glade #BDBC80
RGB
CMYK
RGB Variations
Color information
#BDBC80 (or 0xBDBC80) is known color: Pine Glade. HEX triplet: BD, BC and 80. RGB value is (189,188,128). Sum of RGB (Red+Green+Blue) = 189+188+128=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC80 is #42437F. Grayscale: #B5B5B5. Windows color (decimal): -4342656 or 8436925. OLE color: 8436925.
HSL color Cylindrical-coordinate representation of color #BDBC80: hue angle of 59.02º 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 #BDBC80 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 128 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 59.02º | 0.32% | 0.62% | - |
| HSV(B) | 59.02º | 0.32% | 0.74% | - |
| XYZ | 42.87 | 48.34 | 27.49 | - |
| YUV | 181.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 128 | 0 | 0.01 | 0.32 | 0.26 | 59.02 | 0.32 | 0.62 |
| Hex | BD | BC | 80 | 0 | 1 | 20 | 1A | 3B | 20 | 3E |
| Octal | 275 | 274 | 200 | 0 | 1 | 40 | 32 | 73 | 40 | 76 |
| Binary | 10111101 | 10111100 | 10000000 | 0 | 1 | 100000 | 11010 | 111011 | 100000 | 111110 |
Color Harmonies of #BDBC80
Complementary color
Monochromatic Colors of #BDBC80
Black with #BDBC80
Text Example
Text Example
White with #BDBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC80; }
p { color: rgb(189,188,128); }
H1.HeaderClassName
{
color: #BDBC80;
}
.AnyTagClassName
{
color: #BDBC80;
}
</style>
background-color css
<style>
a { background-color: #BDBC80; }
a { background-color: rgb(189,188,128); }
div.DivClassName
{
background-color: #BDBC80;
}
.BgClassName
{
background-color: #BDBC80;
}
</style>
border-color css
<style>
span { border-color: #BDBC80; }
span { border-color: rgb(189,188,128); }
td.TdClassName
{
border-color: #BDBC80;
}
.TagClassName
{
border-color: #BDBC80;
}
</style>