Shades of Pine Glade #B5B879
Tints of Pine Glade #B5B879
RGB
CMYK
RGB Variations
Color information
#B5B879 (or 0xB5B879) is known color: Pine Glade. HEX triplet: B5, B8 and 79. RGB value is (181,184,121). Sum of RGB (Red+Green+Blue) = 181+184+121=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B879 is #4A4786. Grayscale: #B0B0B0. Windows color (decimal): -4867975 or 7977141. OLE color: 7977141.
HSL color Cylindrical-coordinate representation of color #B5B879: hue angle of 62.86º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5B879 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 121 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.28 |
| HSL | 62.86º | 0.31% | 0.6% | - |
| HSV(B) | 62.86º | 0.34% | 0.72% | - |
| XYZ | 39.65 | 45.49 | 24.78 | - |
| YUV | 175.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 121 | 0.02 | 0 | 0.34 | 0.28 | 62.86 | 0.31 | 0.6 |
| Hex | B5 | B8 | 79 | 2 | 0 | 22 | 1C | 3F | 1F | 3C |
| Octal | 265 | 270 | 171 | 2 | 0 | 42 | 34 | 77 | 37 | 74 |
| Binary | 10110101 | 10111000 | 1111001 | 10 | 0 | 100010 | 11100 | 111111 | 11111 | 111100 |
Color Harmonies of #B5B879
Complementary color
Monochromatic Colors of #B5B879
Black with #B5B879
Text Example
Text Example
White with #B5B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B879; }
p { color: rgb(181,184,121); }
H1.HeaderClassName
{
color: #B5B879;
}
.AnyTagClassName
{
color: #B5B879;
}
</style>
background-color css
<style>
a { background-color: #B5B879; }
a { background-color: rgb(181,184,121); }
div.DivClassName
{
background-color: #B5B879;
}
.BgClassName
{
background-color: #B5B879;
}
</style>
border-color css
<style>
span { border-color: #B5B879; }
span { border-color: rgb(181,184,121); }
td.TdClassName
{
border-color: #B5B879;
}
.TagClassName
{
border-color: #B5B879;
}
</style>