Shades of Pine Glade #B7BA84
Tints of Pine Glade #B7BA84
RGB
CMYK
RGB Variations
Color information
#B7BA84 (or 0xB7BA84) is known color: Pine Glade. HEX triplet: B7, BA and 84. RGB value is (183,186,132). Sum of RGB (Red+Green+Blue) = 183+186+132=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA84 is #48457B. Grayscale: #B3B3B3. Windows color (decimal): -4736380 or 8698551. OLE color: 8698551.
HSL color Cylindrical-coordinate representation of color #B7BA84: hue angle of 63.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7BA84 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 132 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.27 |
| HSL | 63.33º | 0.28% | 0.62% | - |
| HSV(B) | 63.33º | 0.29% | 0.73% | - |
| XYZ | 41.25 | 46.85 | 28.7 | - |
| YUV | 178.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 132 | 0.02 | 0 | 0.29 | 0.27 | 63.33 | 0.28 | 0.62 |
| Hex | B7 | BA | 84 | 2 | 0 | 1D | 1B | 3F | 1C | 3E |
| Octal | 267 | 272 | 204 | 2 | 0 | 35 | 33 | 77 | 34 | 76 |
| Binary | 10110111 | 10111010 | 10000100 | 10 | 0 | 11101 | 11011 | 111111 | 11100 | 111110 |
Color Harmonies of #B7BA84
Complementary color
Monochromatic Colors of #B7BA84
Black with #B7BA84
Text Example
Text Example
White with #B7BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA84; }
p { color: rgb(183,186,132); }
H1.HeaderClassName
{
color: #B7BA84;
}
.AnyTagClassName
{
color: #B7BA84;
}
</style>
background-color css
<style>
a { background-color: #B7BA84; }
a { background-color: rgb(183,186,132); }
div.DivClassName
{
background-color: #B7BA84;
}
.BgClassName
{
background-color: #B7BA84;
}
</style>
border-color css
<style>
span { border-color: #B7BA84; }
span { border-color: rgb(183,186,132); }
td.TdClassName
{
border-color: #B7BA84;
}
.TagClassName
{
border-color: #B7BA84;
}
</style>