Shades of Pine Glade #B8B97C
Tints of Pine Glade #B8B97C
RGB
CMYK
RGB Variations
Color information
#B8B97C (or 0xB8B97C) is known color: Pine Glade. HEX triplet: B8, B9 and 7C. RGB value is (184,185,124). Sum of RGB (Red+Green+Blue) = 184+185+124=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B97C is #474683. Grayscale: #B1B1B1. Windows color (decimal): -4671108 or 8174008. OLE color: 8174008.
HSL color Cylindrical-coordinate representation of color #B8B97C: hue angle of 60.98º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8B97C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 124 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.27 |
| HSL | 60.98º | 0.3% | 0.61% | - |
| HSV(B) | 60.98º | 0.33% | 0.73% | - |
| XYZ | 40.75 | 46.34 | 25.87 | - |
| YUV | 177.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 124 | 0.01 | 0 | 0.33 | 0.27 | 60.98 | 0.3 | 0.61 |
| Hex | B8 | B9 | 7C | 1 | 0 | 21 | 1B | 3D | 1E | 3D |
| Octal | 270 | 271 | 174 | 1 | 0 | 41 | 33 | 75 | 36 | 75 |
| Binary | 10111000 | 10111001 | 1111100 | 1 | 0 | 100001 | 11011 | 111101 | 11110 | 111101 |
Color Harmonies of #B8B97C
Complementary color
Monochromatic Colors of #B8B97C
Black with #B8B97C
Text Example
Text Example
White with #B8B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B97C; }
p { color: rgb(184,185,124); }
H1.HeaderClassName
{
color: #B8B97C;
}
.AnyTagClassName
{
color: #B8B97C;
}
</style>
background-color css
<style>
a { background-color: #B8B97C; }
a { background-color: rgb(184,185,124); }
div.DivClassName
{
background-color: #B8B97C;
}
.BgClassName
{
background-color: #B8B97C;
}
</style>
border-color css
<style>
span { border-color: #B8B97C; }
span { border-color: rgb(184,185,124); }
td.TdClassName
{
border-color: #B8B97C;
}
.TagClassName
{
border-color: #B8B97C;
}
</style>