Shades of Pine Glade #B7B87C
Tints of Pine Glade #B7B87C
RGB
CMYK
RGB Variations
Color information
#B7B87C (or 0xB7B87C) is known color: Pine Glade. HEX triplet: B7, B8 and 7C. RGB value is (183,184,124). Sum of RGB (Red+Green+Blue) = 183+184+124=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B87C is #484783. Grayscale: #B1B1B1. Windows color (decimal): -4736900 or 8173751. OLE color: 8173751.
HSL color Cylindrical-coordinate representation of color #B7B87C: hue angle of 61º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7B87C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 184 | 124 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.28 |
| HSL | 61º | 0.3% | 0.6% | - |
| HSV(B) | 61º | 0.33% | 0.72% | - |
| XYZ | 40.31 | 45.8 | 25.79 | - |
| YUV | 176.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 124 | 0.01 | 0 | 0.33 | 0.28 | 61 | 0.3 | 0.6 |
| Hex | B7 | B8 | 7C | 1 | 0 | 21 | 1C | 3D | 1E | 3C |
| Octal | 267 | 270 | 174 | 1 | 0 | 41 | 34 | 75 | 36 | 74 |
| Binary | 10110111 | 10111000 | 1111100 | 1 | 0 | 100001 | 11100 | 111101 | 11110 | 111100 |
Color Harmonies of #B7B87C
Complementary color
Monochromatic Colors of #B7B87C
Black with #B7B87C
Text Example
Text Example
White with #B7B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B87C; }
p { color: rgb(183,184,124); }
H1.HeaderClassName
{
color: #B7B87C;
}
.AnyTagClassName
{
color: #B7B87C;
}
</style>
background-color css
<style>
a { background-color: #B7B87C; }
a { background-color: rgb(183,184,124); }
div.DivClassName
{
background-color: #B7B87C;
}
.BgClassName
{
background-color: #B7B87C;
}
</style>
border-color css
<style>
span { border-color: #B7B87C; }
span { border-color: rgb(183,184,124); }
td.TdClassName
{
border-color: #B7B87C;
}
.TagClassName
{
border-color: #B7B87C;
}
</style>