Shades of Pine Glade #B1BA76
Tints of Pine Glade #B1BA76
RGB
CMYK
RGB Variations
Color information
#B1BA76 (or 0xB1BA76) is known color: Pine Glade. HEX triplet: B1, BA and 76. RGB value is (177,186,118). Sum of RGB (Red+Green+Blue) = 177+186+118=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA76 is #4E4589. Grayscale: #AFAFAF. Windows color (decimal): -5129610 or 7781041. OLE color: 7781041.
HSL color Cylindrical-coordinate representation of color #B1BA76: hue angle of 67.94º 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 #B1BA76 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 118 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.27 |
| HSL | 67.94º | 0.33% | 0.6% | - |
| HSV(B) | 67.94º | 0.37% | 0.73% | - |
| XYZ | 38.96 | 45.77 | 23.92 | - |
| YUV | 175.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 118 | 0.05 | 0 | 0.37 | 0.27 | 67.94 | 0.33 | 0.6 |
| Hex | B1 | BA | 76 | 5 | 0 | 25 | 1B | 44 | 21 | 3C |
| Octal | 261 | 272 | 166 | 5 | 0 | 45 | 33 | 104 | 41 | 74 |
| Binary | 10110001 | 10111010 | 1110110 | 101 | 0 | 100101 | 11011 | 1000100 | 100001 | 111100 |
Color Harmonies of #B1BA76
Complementary color
Monochromatic Colors of #B1BA76
Black with #B1BA76
Text Example
Text Example
White with #B1BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA76; }
p { color: rgb(177,186,118); }
H1.HeaderClassName
{
color: #B1BA76;
}
.AnyTagClassName
{
color: #B1BA76;
}
</style>
background-color css
<style>
a { background-color: #B1BA76; }
a { background-color: rgb(177,186,118); }
div.DivClassName
{
background-color: #B1BA76;
}
.BgClassName
{
background-color: #B1BA76;
}
</style>
border-color css
<style>
span { border-color: #B1BA76; }
span { border-color: rgb(177,186,118); }
td.TdClassName
{
border-color: #B1BA76;
}
.TagClassName
{
border-color: #B1BA76;
}
</style>