Shades of Pine Glade #B1BB76
Tints of Pine Glade #B1BB76
RGB
CMYK
RGB Variations
Color information
#B1BB76 (or 0xB1BB76) is known color: Pine Glade. HEX triplet: B1, BB and 76. RGB value is (177,187,118). Sum of RGB (Red+Green+Blue) = 177+187+118=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB76 is #4E4489. Grayscale: #B0B0B0. Windows color (decimal): -5129354 or 7781297. OLE color: 7781297.
HSL color Cylindrical-coordinate representation of color #B1BB76: hue angle of 68.7º degrees, saturation: 0.34, 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 #B1BB76 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 118 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.27 |
| HSL | 68.7º | 0.34% | 0.6% | - |
| HSV(B) | 68.7º | 0.37% | 0.73% | - |
| XYZ | 39.17 | 46.2 | 23.99 | - |
| YUV | 176.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 118 | 0.05 | 0 | 0.37 | 0.27 | 68.7 | 0.34 | 0.6 |
| Hex | B1 | BB | 76 | 5 | 0 | 25 | 1B | 45 | 22 | 3C |
| Octal | 261 | 273 | 166 | 5 | 0 | 45 | 33 | 105 | 42 | 74 |
| Binary | 10110001 | 10111011 | 1110110 | 101 | 0 | 100101 | 11011 | 1000101 | 100010 | 111100 |
Color Harmonies of #B1BB76
Complementary color
Monochromatic Colors of #B1BB76
Black with #B1BB76
Text Example
Text Example
White with #B1BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB76; }
p { color: rgb(177,187,118); }
H1.HeaderClassName
{
color: #B1BB76;
}
.AnyTagClassName
{
color: #B1BB76;
}
</style>
background-color css
<style>
a { background-color: #B1BB76; }
a { background-color: rgb(177,187,118); }
div.DivClassName
{
background-color: #B1BB76;
}
.BgClassName
{
background-color: #B1BB76;
}
</style>
border-color css
<style>
span { border-color: #B1BB76; }
span { border-color: rgb(177,187,118); }
td.TdClassName
{
border-color: #B1BB76;
}
.TagClassName
{
border-color: #B1BB76;
}
</style>