Shades of Pine Glade #B6B882
Tints of Pine Glade #B6B882
RGB
CMYK
RGB Variations
Color information
#B6B882 (or 0xB6B882) is known color: Pine Glade. HEX triplet: B6, B8 and 82. RGB value is (182,184,130). Sum of RGB (Red+Green+Blue) = 182+184+130=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B882 is #49477D. Grayscale: #B1B1B1. Windows color (decimal): -4802430 or 8566966. OLE color: 8566966.
HSL color Cylindrical-coordinate representation of color #B6B882: hue angle of 62.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6B882 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 130 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.28 |
| HSL | 62.22º | 0.28% | 0.62% | - |
| HSV(B) | 62.22º | 0.29% | 0.72% | - |
| XYZ | 40.46 | 45.84 | 27.83 | - |
| YUV | 177.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 130 | 0.01 | 0 | 0.29 | 0.28 | 62.22 | 0.28 | 0.62 |
| Hex | B6 | B8 | 82 | 1 | 0 | 1D | 1C | 3E | 1C | 3E |
| Octal | 266 | 270 | 202 | 1 | 0 | 35 | 34 | 76 | 34 | 76 |
| Binary | 10110110 | 10111000 | 10000010 | 1 | 0 | 11101 | 11100 | 111110 | 11100 | 111110 |
Color Harmonies of #B6B882
Complementary color
Monochromatic Colors of #B6B882
Black with #B6B882
Text Example
Text Example
White with #B6B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B882; }
p { color: rgb(182,184,130); }
H1.HeaderClassName
{
color: #B6B882;
}
.AnyTagClassName
{
color: #B6B882;
}
</style>
background-color css
<style>
a { background-color: #B6B882; }
a { background-color: rgb(182,184,130); }
div.DivClassName
{
background-color: #B6B882;
}
.BgClassName
{
background-color: #B6B882;
}
</style>
border-color css
<style>
span { border-color: #B6B882; }
span { border-color: rgb(182,184,130); }
td.TdClassName
{
border-color: #B6B882;
}
.TagClassName
{
border-color: #B6B882;
}
</style>