Shades of Pine Glade #B5B982
Tints of Pine Glade #B5B982
RGB
CMYK
RGB Variations
Color information
#B5B982 (or 0xB5B982) is known color: Pine Glade. HEX triplet: B5, B9 and 82. RGB value is (181,185,130). Sum of RGB (Red+Green+Blue) = 181+185+130=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B982 is #4A467D. Grayscale: #B1B1B1. Windows color (decimal): -4867710 or 8567221. OLE color: 8567221.
HSL color Cylindrical-coordinate representation of color #B5B982: hue angle of 64.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5B982 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 130 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.27 |
| HSL | 64.36º | 0.28% | 0.62% | - |
| HSV(B) | 64.36º | 0.3% | 0.73% | - |
| XYZ | 40.43 | 46.13 | 27.89 | - |
| YUV | 177.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 130 | 0.02 | 0 | 0.30 | 0.27 | 64.36 | 0.28 | 0.62 |
| Hex | B5 | B9 | 82 | 2 | 0 | 1E | 1B | 40 | 1C | 3E |
| Octal | 265 | 271 | 202 | 2 | 0 | 36 | 33 | 100 | 34 | 76 |
| Binary | 10110101 | 10111001 | 10000010 | 10 | 0 | 11110 | 11011 | 1000000 | 11100 | 111110 |
Color Harmonies of #B5B982
Complementary color
Monochromatic Colors of #B5B982
Black with #B5B982
Text Example
Text Example
White with #B5B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B982; }
p { color: rgb(181,185,130); }
H1.HeaderClassName
{
color: #B5B982;
}
.AnyTagClassName
{
color: #B5B982;
}
</style>
background-color css
<style>
a { background-color: #B5B982; }
a { background-color: rgb(181,185,130); }
div.DivClassName
{
background-color: #B5B982;
}
.BgClassName
{
background-color: #B5B982;
}
</style>
border-color css
<style>
span { border-color: #B5B982; }
span { border-color: rgb(181,185,130); }
td.TdClassName
{
border-color: #B5B982;
}
.TagClassName
{
border-color: #B5B982;
}
</style>