Shades of Pine Glade #B8C086
Tints of Pine Glade #B8C086
RGB
CMYK
RGB Variations
Color information
#B8C086 (or 0xB8C086) is known color: Pine Glade. HEX triplet: B8, C0 and 86. RGB value is (184,192,134). Sum of RGB (Red+Green+Blue) = 184+192+134=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C086 is #473F79. Grayscale: #B7B7B7. Windows color (decimal): -4669306 or 8831160. OLE color: 8831160.
HSL color Cylindrical-coordinate representation of color #B8C086: hue angle of 68.28º degrees, saturation: 0.32, 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 #B8C086 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 134 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.25 |
| HSL | 68.28º | 0.32% | 0.64% | - |
| HSV(B) | 68.28º | 0.3% | 0.75% | - |
| XYZ | 42.92 | 49.61 | 29.87 | - |
| YUV | 183 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 134 | 0.04 | 0 | 0.30 | 0.25 | 68.28 | 0.32 | 0.64 |
| Hex | B8 | C0 | 86 | 4 | 0 | 1E | 19 | 44 | 20 | 40 |
| Octal | 270 | 300 | 206 | 4 | 0 | 36 | 31 | 104 | 40 | 100 |
| Binary | 10111000 | 11000000 | 10000110 | 100 | 0 | 11110 | 11001 | 1000100 | 100000 | 1000000 |
Color Harmonies of #B8C086
Complementary color
Monochromatic Colors of #B8C086
Black with #B8C086
Text Example
Text Example
White with #B8C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C086; }
p { color: rgb(184,192,134); }
H1.HeaderClassName
{
color: #B8C086;
}
.AnyTagClassName
{
color: #B8C086;
}
</style>
background-color css
<style>
a { background-color: #B8C086; }
a { background-color: rgb(184,192,134); }
div.DivClassName
{
background-color: #B8C086;
}
.BgClassName
{
background-color: #B8C086;
}
</style>
border-color css
<style>
span { border-color: #B8C086; }
span { border-color: rgb(184,192,134); }
td.TdClassName
{
border-color: #B8C086;
}
.TagClassName
{
border-color: #B8C086;
}
</style>