Shades of Pine Glade #B2B982
Tints of Pine Glade #B2B982
RGB
CMYK
RGB Variations
Color information
#B2B982 (or 0xB2B982) is known color: Pine Glade. HEX triplet: B2, B9 and 82. RGB value is (178,185,130). Sum of RGB (Red+Green+Blue) = 178+185+130=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B982 is #4D467D. Grayscale: #B0B0B0. Windows color (decimal): -5064318 or 8567218. OLE color: 8567218.
HSL color Cylindrical-coordinate representation of color #B2B982: hue angle of 67.64º 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 #B2B982 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 130 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.27 |
| HSL | 67.64º | 0.28% | 0.62% | - |
| HSV(B) | 67.64º | 0.3% | 0.73% | - |
| XYZ | 39.74 | 45.77 | 27.86 | - |
| YUV | 176.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 130 | 0.04 | 0 | 0.30 | 0.27 | 67.64 | 0.28 | 0.62 |
| Hex | B2 | B9 | 82 | 4 | 0 | 1E | 1B | 44 | 1C | 3E |
| Octal | 262 | 271 | 202 | 4 | 0 | 36 | 33 | 104 | 34 | 76 |
| Binary | 10110010 | 10111001 | 10000010 | 100 | 0 | 11110 | 11011 | 1000100 | 11100 | 111110 |
Color Harmonies of #B2B982
Complementary color
Monochromatic Colors of #B2B982
Black with #B2B982
Text Example
Text Example
White with #B2B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B982; }
p { color: rgb(178,185,130); }
H1.HeaderClassName
{
color: #B2B982;
}
.AnyTagClassName
{
color: #B2B982;
}
</style>
background-color css
<style>
a { background-color: #B2B982; }
a { background-color: rgb(178,185,130); }
div.DivClassName
{
background-color: #B2B982;
}
.BgClassName
{
background-color: #B2B982;
}
</style>
border-color css
<style>
span { border-color: #B2B982; }
span { border-color: rgb(178,185,130); }
td.TdClassName
{
border-color: #B2B982;
}
.TagClassName
{
border-color: #B2B982;
}
</style>