Shades of Pine Glade #B3BA76
Tints of Pine Glade #B3BA76
RGB
CMYK
RGB Variations
Color information
#B3BA76 (or 0xB3BA76) is known color: Pine Glade. HEX triplet: B3, BA and 76. RGB value is (179,186,118). Sum of RGB (Red+Green+Blue) = 179+186+118=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA76 is #4C4589. Grayscale: #B0B0B0. Windows color (decimal): -4998538 or 7781043. OLE color: 7781043.
HSL color Cylindrical-coordinate representation of color #B3BA76: hue angle of 66.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3BA76 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 118 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.27 |
| HSL | 66.18º | 0.33% | 0.6% | - |
| HSV(B) | 66.18º | 0.37% | 0.73% | - |
| XYZ | 39.42 | 46.01 | 23.94 | - |
| YUV | 176.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 118 | 0.04 | 0 | 0.37 | 0.27 | 66.18 | 0.33 | 0.6 |
| Hex | B3 | BA | 76 | 4 | 0 | 25 | 1B | 42 | 21 | 3C |
| Octal | 263 | 272 | 166 | 4 | 0 | 45 | 33 | 102 | 41 | 74 |
| Binary | 10110011 | 10111010 | 1110110 | 100 | 0 | 100101 | 11011 | 1000010 | 100001 | 111100 |
Color Harmonies of #B3BA76
Complementary color
Monochromatic Colors of #B3BA76
Black with #B3BA76
Text Example
Text Example
White with #B3BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA76; }
p { color: rgb(179,186,118); }
H1.HeaderClassName
{
color: #B3BA76;
}
.AnyTagClassName
{
color: #B3BA76;
}
</style>
background-color css
<style>
a { background-color: #B3BA76; }
a { background-color: rgb(179,186,118); }
div.DivClassName
{
background-color: #B3BA76;
}
.BgClassName
{
background-color: #B3BA76;
}
</style>
border-color css
<style>
span { border-color: #B3BA76; }
span { border-color: rgb(179,186,118); }
td.TdClassName
{
border-color: #B3BA76;
}
.TagClassName
{
border-color: #B3BA76;
}
</style>