Shades of Pine Glade #B7BF86
Tints of Pine Glade #B7BF86
RGB
CMYK
RGB Variations
Color information
#B7BF86 (or 0xB7BF86) is known color: Pine Glade. HEX triplet: B7, BF and 86. RGB value is (183,191,134). Sum of RGB (Red+Green+Blue) = 183+191+134=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BF86 is #484079. Grayscale: #B6B6B6. Windows color (decimal): -4735098 or 8830903. OLE color: 8830903.
HSL color Cylindrical-coordinate representation of color #B7BF86: hue angle of 68.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7BF86 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 134 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.25 |
| HSL | 68.42º | 0.31% | 0.64% | - |
| HSV(B) | 68.42º | 0.3% | 0.75% | - |
| XYZ | 42.46 | 49.05 | 29.78 | - |
| YUV | 182.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 134 | 0.04 | 0 | 0.30 | 0.25 | 68.42 | 0.31 | 0.64 |
| Hex | B7 | BF | 86 | 4 | 0 | 1E | 19 | 44 | 1F | 40 |
| Octal | 267 | 277 | 206 | 4 | 0 | 36 | 31 | 104 | 37 | 100 |
| Binary | 10110111 | 10111111 | 10000110 | 100 | 0 | 11110 | 11001 | 1000100 | 11111 | 1000000 |
Color Harmonies of #B7BF86
Complementary color
Monochromatic Colors of #B7BF86
Black with #B7BF86
Text Example
Text Example
White with #B7BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF86; }
p { color: rgb(183,191,134); }
H1.HeaderClassName
{
color: #B7BF86;
}
.AnyTagClassName
{
color: #B7BF86;
}
</style>
background-color css
<style>
a { background-color: #B7BF86; }
a { background-color: rgb(183,191,134); }
div.DivClassName
{
background-color: #B7BF86;
}
.BgClassName
{
background-color: #B7BF86;
}
</style>
border-color css
<style>
span { border-color: #B7BF86; }
span { border-color: rgb(183,191,134); }
td.TdClassName
{
border-color: #B7BF86;
}
.TagClassName
{
border-color: #B7BF86;
}
</style>