Shades of Pine Glade #B2B981
Tints of Pine Glade #B2B981
RGB
CMYK
RGB Variations
Color information
#B2B981 (or 0xB2B981) is known color: Pine Glade. HEX triplet: B2, B9 and 81. RGB value is (178,185,129). Sum of RGB (Red+Green+Blue) = 178+185+129=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B981 is #4D467E. Grayscale: #B0B0B0. Windows color (decimal): -5064319 or 8501682. OLE color: 8501682.
HSL color Cylindrical-coordinate representation of color #B2B981: hue angle of 67.5º degrees, saturation: 0.29, 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 #B2B981 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 129 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.27 |
| HSL | 67.5º | 0.29% | 0.62% | - |
| HSV(B) | 67.5º | 0.3% | 0.73% | - |
| XYZ | 39.67 | 45.75 | 27.51 | - |
| YUV | 176.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 129 | 0.04 | 0 | 0.30 | 0.27 | 67.5 | 0.29 | 0.62 |
| Hex | B2 | B9 | 81 | 4 | 0 | 1E | 1B | 44 | 1D | 3E |
| Octal | 262 | 271 | 201 | 4 | 0 | 36 | 33 | 104 | 35 | 76 |
| Binary | 10110010 | 10111001 | 10000001 | 100 | 0 | 11110 | 11011 | 1000100 | 11101 | 111110 |
Color Harmonies of #B2B981
Complementary color
Monochromatic Colors of #B2B981
Black with #B2B981
Text Example
Text Example
White with #B2B981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B981; }
p { color: rgb(178,185,129); }
H1.HeaderClassName
{
color: #B2B981;
}
.AnyTagClassName
{
color: #B2B981;
}
</style>
background-color css
<style>
a { background-color: #B2B981; }
a { background-color: rgb(178,185,129); }
div.DivClassName
{
background-color: #B2B981;
}
.BgClassName
{
background-color: #B2B981;
}
</style>
border-color css
<style>
span { border-color: #B2B981; }
span { border-color: rgb(178,185,129); }
td.TdClassName
{
border-color: #B2B981;
}
.TagClassName
{
border-color: #B2B981;
}
</style>