Shades of Pine Glade #B1BA73
Tints of Pine Glade #B1BA73
RGB
CMYK
RGB Variations
Color information
#B1BA73 (or 0xB1BA73) is known color: Pine Glade. HEX triplet: B1, BA and 73. RGB value is (177,186,115). Sum of RGB (Red+Green+Blue) = 177+186+115=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA73 is #4E458C. Grayscale: #AFAFAF. Windows color (decimal): -5129613 or 7584433. OLE color: 7584433.
HSL color Cylindrical-coordinate representation of color #B1BA73: hue angle of 67.61º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1BA73 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 115 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.27 |
| HSL | 67.61º | 0.34% | 0.59% | - |
| HSV(B) | 67.61º | 0.38% | 0.73% | - |
| XYZ | 38.78 | 45.7 | 23 | - |
| YUV | 175.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 115 | 0.05 | 0 | 0.38 | 0.27 | 67.61 | 0.34 | 0.59 |
| Hex | B1 | BA | 73 | 5 | 0 | 26 | 1B | 44 | 22 | 3B |
| Octal | 261 | 272 | 163 | 5 | 0 | 46 | 33 | 104 | 42 | 73 |
| Binary | 10110001 | 10111010 | 1110011 | 101 | 0 | 100110 | 11011 | 1000100 | 100010 | 111011 |
Color Harmonies of #B1BA73
Complementary color
Monochromatic Colors of #B1BA73
Black with #B1BA73
Text Example
Text Example
White with #B1BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA73; }
p { color: rgb(177,186,115); }
H1.HeaderClassName
{
color: #B1BA73;
}
.AnyTagClassName
{
color: #B1BA73;
}
</style>
background-color css
<style>
a { background-color: #B1BA73; }
a { background-color: rgb(177,186,115); }
div.DivClassName
{
background-color: #B1BA73;
}
.BgClassName
{
background-color: #B1BA73;
}
</style>
border-color css
<style>
span { border-color: #B1BA73; }
span { border-color: rgb(177,186,115); }
td.TdClassName
{
border-color: #B1BA73;
}
.TagClassName
{
border-color: #B1BA73;
}
</style>