Shades of Pine Glade #B0B577
Tints of Pine Glade #B0B577
RGB
CMYK
RGB Variations
Color information
#B0B577 (or 0xB0B577) is known color: Pine Glade. HEX triplet: B0, B5 and 77. RGB value is (176,181,119). Sum of RGB (Red+Green+Blue) = 176+181+119=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B577 is #4F4A88. Grayscale: #ACACAC. Windows color (decimal): -5196425 or 7845296. OLE color: 7845296.
HSL color Cylindrical-coordinate representation of color #B0B577: hue angle of 64.84º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B577 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 119 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.29 |
| HSL | 64.84º | 0.3% | 0.59% | - |
| HSV(B) | 64.84º | 0.34% | 0.71% | - |
| XYZ | 37.76 | 43.61 | 23.88 | - |
| YUV | 172.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 119 | 0.03 | 0 | 0.34 | 0.29 | 64.84 | 0.3 | 0.59 |
| Hex | B0 | B5 | 77 | 3 | 0 | 22 | 1D | 41 | 1E | 3B |
| Octal | 260 | 265 | 167 | 3 | 0 | 42 | 35 | 101 | 36 | 73 |
| Binary | 10110000 | 10110101 | 1110111 | 11 | 0 | 100010 | 11101 | 1000001 | 11110 | 111011 |
Color Harmonies of #B0B577
Complementary color
Monochromatic Colors of #B0B577
Black with #B0B577
Text Example
Text Example
White with #B0B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B577; }
p { color: rgb(176,181,119); }
H1.HeaderClassName
{
color: #B0B577;
}
.AnyTagClassName
{
color: #B0B577;
}
</style>
background-color css
<style>
a { background-color: #B0B577; }
a { background-color: rgb(176,181,119); }
div.DivClassName
{
background-color: #B0B577;
}
.BgClassName
{
background-color: #B0B577;
}
</style>
border-color css
<style>
span { border-color: #B0B577; }
span { border-color: rgb(176,181,119); }
td.TdClassName
{
border-color: #B0B577;
}
.TagClassName
{
border-color: #B0B577;
}
</style>