Shades of Pine Glade #B2B886
Tints of Pine Glade #B2B886
RGB
CMYK
RGB Variations
Color information
#B2B886 (or 0xB2B886) is known color: Pine Glade. HEX triplet: B2, B8 and 86. RGB value is (178,184,134). Sum of RGB (Red+Green+Blue) = 178+184+134=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B886 is #4D4779. Grayscale: #B0B0B0. Windows color (decimal): -5064570 or 8829106. OLE color: 8829106.
HSL color Cylindrical-coordinate representation of color #B2B886: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2B886 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 134 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.28 |
| HSL | 67.2º | 0.26% | 0.62% | - |
| HSV(B) | 67.2º | 0.27% | 0.72% | - |
| XYZ | 39.8 | 45.47 | 29.23 | - |
| YUV | 176.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 134 | 0.03 | 0 | 0.27 | 0.28 | 67.2 | 0.26 | 0.62 |
| Hex | B2 | B8 | 86 | 3 | 0 | 1B | 1C | 43 | 1A | 3E |
| Octal | 262 | 270 | 206 | 3 | 0 | 33 | 34 | 103 | 32 | 76 |
| Binary | 10110010 | 10111000 | 10000110 | 11 | 0 | 11011 | 11100 | 1000011 | 11010 | 111110 |
Color Harmonies of #B2B886
Complementary color
Monochromatic Colors of #B2B886
Black with #B2B886
Text Example
Text Example
White with #B2B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B886; }
p { color: rgb(178,184,134); }
H1.HeaderClassName
{
color: #B2B886;
}
.AnyTagClassName
{
color: #B2B886;
}
</style>
background-color css
<style>
a { background-color: #B2B886; }
a { background-color: rgb(178,184,134); }
div.DivClassName
{
background-color: #B2B886;
}
.BgClassName
{
background-color: #B2B886;
}
</style>
border-color css
<style>
span { border-color: #B2B886; }
span { border-color: rgb(178,184,134); }
td.TdClassName
{
border-color: #B2B886;
}
.TagClassName
{
border-color: #B2B886;
}
</style>