Shades of Pine Glade #B1B576
Tints of Pine Glade #B1B576
RGB
CMYK
RGB Variations
Color information
#B1B576 (or 0xB1B576) is known color: Pine Glade. HEX triplet: B1, B5 and 76. RGB value is (177,181,118). Sum of RGB (Red+Green+Blue) = 177+181+118=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B576 is #4E4A89. Grayscale: #ACACAC. Windows color (decimal): -5130890 or 7779761. OLE color: 7779761.
HSL color Cylindrical-coordinate representation of color #B1B576: hue angle of 63.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1B576 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 118 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.29 |
| HSL | 63.81º | 0.3% | 0.59% | - |
| HSV(B) | 63.81º | 0.35% | 0.71% | - |
| XYZ | 37.93 | 43.7 | 23.58 | - |
| YUV | 172.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 118 | 0.02 | 0 | 0.35 | 0.29 | 63.81 | 0.3 | 0.59 |
| Hex | B1 | B5 | 76 | 2 | 0 | 23 | 1D | 40 | 1E | 3B |
| Octal | 261 | 265 | 166 | 2 | 0 | 43 | 35 | 100 | 36 | 73 |
| Binary | 10110001 | 10110101 | 1110110 | 10 | 0 | 100011 | 11101 | 1000000 | 11110 | 111011 |
Color Harmonies of #B1B576
Complementary color
Monochromatic Colors of #B1B576
Black with #B1B576
Text Example
Text Example
White with #B1B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B576; }
p { color: rgb(177,181,118); }
H1.HeaderClassName
{
color: #B1B576;
}
.AnyTagClassName
{
color: #B1B576;
}
</style>
background-color css
<style>
a { background-color: #B1B576; }
a { background-color: rgb(177,181,118); }
div.DivClassName
{
background-color: #B1B576;
}
.BgClassName
{
background-color: #B1B576;
}
</style>
border-color css
<style>
span { border-color: #B1B576; }
span { border-color: rgb(177,181,118); }
td.TdClassName
{
border-color: #B1B576;
}
.TagClassName
{
border-color: #B1B576;
}
</style>