Shades of Pine Glade #B8BC7E
Tints of Pine Glade #B8BC7E
RGB
CMYK
RGB Variations
Color information
#B8BC7E (or 0xB8BC7E) is known color: Pine Glade. HEX triplet: B8, BC and 7E. RGB value is (184,188,126). Sum of RGB (Red+Green+Blue) = 184+188+126=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC7E is #474381. Grayscale: #B3B3B3. Windows color (decimal): -4670338 or 8305848. OLE color: 8305848.
HSL color Cylindrical-coordinate representation of color #B8BC7E: hue angle of 63.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8BC7E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 126 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.26 |
| HSL | 63.87º | 0.32% | 0.62% | - |
| HSV(B) | 63.87º | 0.33% | 0.74% | - |
| XYZ | 41.52 | 47.66 | 26.75 | - |
| YUV | 179.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 126 | 0.02 | 0 | 0.33 | 0.26 | 63.87 | 0.32 | 0.62 |
| Hex | B8 | BC | 7E | 2 | 0 | 21 | 1A | 40 | 20 | 3E |
| Octal | 270 | 274 | 176 | 2 | 0 | 41 | 32 | 100 | 40 | 76 |
| Binary | 10111000 | 10111100 | 1111110 | 10 | 0 | 100001 | 11010 | 1000000 | 100000 | 111110 |
Color Harmonies of #B8BC7E
Complementary color
Monochromatic Colors of #B8BC7E
Black with #B8BC7E
Text Example
Text Example
White with #B8BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC7E; }
p { color: rgb(184,188,126); }
H1.HeaderClassName
{
color: #B8BC7E;
}
.AnyTagClassName
{
color: #B8BC7E;
}
</style>
background-color css
<style>
a { background-color: #B8BC7E; }
a { background-color: rgb(184,188,126); }
div.DivClassName
{
background-color: #B8BC7E;
}
.BgClassName
{
background-color: #B8BC7E;
}
</style>
border-color css
<style>
span { border-color: #B8BC7E; }
span { border-color: rgb(184,188,126); }
td.TdClassName
{
border-color: #B8BC7E;
}
.TagClassName
{
border-color: #B8BC7E;
}
</style>