Shades of Pine Glade #B7BA82
Tints of Pine Glade #B7BA82
RGB
CMYK
RGB Variations
Color information
#B7BA82 (or 0xB7BA82) is known color: Pine Glade. HEX triplet: B7, BA and 82. RGB value is (183,186,130). Sum of RGB (Red+Green+Blue) = 183+186+130=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA82 is #48457D. Grayscale: #B2B2B2. Windows color (decimal): -4736382 or 8567479. OLE color: 8567479.
HSL color Cylindrical-coordinate representation of color #B7BA82: hue angle of 63.21º 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 #B7BA82 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 130 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.27 |
| HSL | 63.21º | 0.29% | 0.62% | - |
| HSV(B) | 63.21º | 0.3% | 0.73% | - |
| XYZ | 41.12 | 46.8 | 27.98 | - |
| YUV | 178.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 130 | 0.02 | 0 | 0.30 | 0.27 | 63.21 | 0.29 | 0.62 |
| Hex | B7 | BA | 82 | 2 | 0 | 1E | 1B | 3F | 1D | 3E |
| Octal | 267 | 272 | 202 | 2 | 0 | 36 | 33 | 77 | 35 | 76 |
| Binary | 10110111 | 10111010 | 10000010 | 10 | 0 | 11110 | 11011 | 111111 | 11101 | 111110 |
Color Harmonies of #B7BA82
Complementary color
Monochromatic Colors of #B7BA82
Black with #B7BA82
Text Example
Text Example
White with #B7BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA82; }
p { color: rgb(183,186,130); }
H1.HeaderClassName
{
color: #B7BA82;
}
.AnyTagClassName
{
color: #B7BA82;
}
</style>
background-color css
<style>
a { background-color: #B7BA82; }
a { background-color: rgb(183,186,130); }
div.DivClassName
{
background-color: #B7BA82;
}
.BgClassName
{
background-color: #B7BA82;
}
</style>
border-color css
<style>
span { border-color: #B7BA82; }
span { border-color: rgb(183,186,130); }
td.TdClassName
{
border-color: #B7BA82;
}
.TagClassName
{
border-color: #B7BA82;
}
</style>