Shades of Pine Glade #B7BA80
Tints of Pine Glade #B7BA80
RGB
CMYK
RGB Variations
Color information
#B7BA80 (or 0xB7BA80) is known color: Pine Glade. HEX triplet: B7, BA and 80. RGB value is (183,186,128). Sum of RGB (Red+Green+Blue) = 183+186+128=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA80 is #48457F. Grayscale: #B2B2B2. Windows color (decimal): -4736384 or 8436407. OLE color: 8436407.
HSL color Cylindrical-coordinate representation of color #B7BA80: hue angle of 63.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7BA80 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 128 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.27 |
| HSL | 63.1º | 0.3% | 0.62% | - |
| HSV(B) | 63.1º | 0.31% | 0.73% | - |
| XYZ | 40.98 | 46.74 | 27.28 | - |
| YUV | 178.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 128 | 0.02 | 0 | 0.31 | 0.27 | 63.1 | 0.3 | 0.62 |
| Hex | B7 | BA | 80 | 2 | 0 | 1F | 1B | 3F | 1E | 3E |
| Octal | 267 | 272 | 200 | 2 | 0 | 37 | 33 | 77 | 36 | 76 |
| Binary | 10110111 | 10111010 | 10000000 | 10 | 0 | 11111 | 11011 | 111111 | 11110 | 111110 |
Color Harmonies of #B7BA80
Complementary color
Monochromatic Colors of #B7BA80
Black with #B7BA80
Text Example
Text Example
White with #B7BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA80; }
p { color: rgb(183,186,128); }
H1.HeaderClassName
{
color: #B7BA80;
}
.AnyTagClassName
{
color: #B7BA80;
}
</style>
background-color css
<style>
a { background-color: #B7BA80; }
a { background-color: rgb(183,186,128); }
div.DivClassName
{
background-color: #B7BA80;
}
.BgClassName
{
background-color: #B7BA80;
}
</style>
border-color css
<style>
span { border-color: #B7BA80; }
span { border-color: rgb(183,186,128); }
td.TdClassName
{
border-color: #B7BA80;
}
.TagClassName
{
border-color: #B7BA80;
}
</style>