Shades of Pine Glade #B5B780
Tints of Pine Glade #B5B780
RGB
CMYK
RGB Variations
Color information
#B5B780 (or 0xB5B780) is known color: Pine Glade. HEX triplet: B5, B7 and 80. RGB value is (181,183,128). Sum of RGB (Red+Green+Blue) = 181+183+128=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B780 is #4A487F. Grayscale: #B0B0B0. Windows color (decimal): -4868224 or 8435637. OLE color: 8435637.
HSL color Cylindrical-coordinate representation of color #B5B780: hue angle of 62.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5B780 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 128 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.28 |
| HSL | 62.18º | 0.28% | 0.61% | - |
| HSV(B) | 62.18º | 0.3% | 0.72% | - |
| XYZ | 39.89 | 45.25 | 27.05 | - |
| YUV | 176.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 128 | 0.01 | 0 | 0.30 | 0.28 | 62.18 | 0.28 | 0.61 |
| Hex | B5 | B7 | 80 | 1 | 0 | 1E | 1C | 3E | 1C | 3D |
| Octal | 265 | 267 | 200 | 1 | 0 | 36 | 34 | 76 | 34 | 75 |
| Binary | 10110101 | 10110111 | 10000000 | 1 | 0 | 11110 | 11100 | 111110 | 11100 | 111101 |
Color Harmonies of #B5B780
Complementary color
Monochromatic Colors of #B5B780
Black with #B5B780
Text Example
Text Example
White with #B5B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B780; }
p { color: rgb(181,183,128); }
H1.HeaderClassName
{
color: #B5B780;
}
.AnyTagClassName
{
color: #B5B780;
}
</style>
background-color css
<style>
a { background-color: #B5B780; }
a { background-color: rgb(181,183,128); }
div.DivClassName
{
background-color: #B5B780;
}
.BgClassName
{
background-color: #B5B780;
}
</style>
border-color css
<style>
span { border-color: #B5B780; }
span { border-color: rgb(181,183,128); }
td.TdClassName
{
border-color: #B5B780;
}
.TagClassName
{
border-color: #B5B780;
}
</style>