Shades of Pine Glade #B3BA83
Tints of Pine Glade #B3BA83
RGB
CMYK
RGB Variations
Color information
#B3BA83 (or 0xB3BA83) is known color: Pine Glade. HEX triplet: B3, BA and 83. RGB value is (179,186,131). Sum of RGB (Red+Green+Blue) = 179+186+131=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA83 is #4C457C. Grayscale: #B1B1B1. Windows color (decimal): -4998525 or 8633011. OLE color: 8633011.
HSL color Cylindrical-coordinate representation of color #B3BA83: hue angle of 67.64º degrees, saturation: 0.28, 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 #B3BA83 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 131 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.27 |
| HSL | 67.64º | 0.28% | 0.62% | - |
| HSV(B) | 67.64º | 0.3% | 0.73% | - |
| XYZ | 40.25 | 46.34 | 28.3 | - |
| YUV | 177.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 131 | 0.04 | 0 | 0.30 | 0.27 | 67.64 | 0.28 | 0.62 |
| Hex | B3 | BA | 83 | 4 | 0 | 1E | 1B | 44 | 1C | 3E |
| Octal | 263 | 272 | 203 | 4 | 0 | 36 | 33 | 104 | 34 | 76 |
| Binary | 10110011 | 10111010 | 10000011 | 100 | 0 | 11110 | 11011 | 1000100 | 11100 | 111110 |
Color Harmonies of #B3BA83
Complementary color
Monochromatic Colors of #B3BA83
Black with #B3BA83
Text Example
Text Example
White with #B3BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA83; }
p { color: rgb(179,186,131); }
H1.HeaderClassName
{
color: #B3BA83;
}
.AnyTagClassName
{
color: #B3BA83;
}
</style>
background-color css
<style>
a { background-color: #B3BA83; }
a { background-color: rgb(179,186,131); }
div.DivClassName
{
background-color: #B3BA83;
}
.BgClassName
{
background-color: #B3BA83;
}
</style>
border-color css
<style>
span { border-color: #B3BA83; }
span { border-color: rgb(179,186,131); }
td.TdClassName
{
border-color: #B3BA83;
}
.TagClassName
{
border-color: #B3BA83;
}
</style>