Shades of Pine Glade #B8BC7C
Tints of Pine Glade #B8BC7C
RGB
CMYK
RGB Variations
Color information
#B8BC7C (or 0xB8BC7C) is known color: Pine Glade. HEX triplet: B8, BC and 7C. RGB value is (184,188,124). Sum of RGB (Red+Green+Blue) = 184+188+124=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC7C is #474383. Grayscale: #B3B3B3. Windows color (decimal): -4670340 or 8174776. OLE color: 8174776.
HSL color Cylindrical-coordinate representation of color #B8BC7C: hue angle of 63.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8BC7C is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 124 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.26 |
| HSL | 63.75º | 0.32% | 0.61% | - |
| HSV(B) | 63.75º | 0.34% | 0.74% | - |
| XYZ | 41.39 | 47.61 | 26.08 | - |
| YUV | 179.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 124 | 0.02 | 0 | 0.34 | 0.26 | 63.75 | 0.32 | 0.61 |
| Hex | B8 | BC | 7C | 2 | 0 | 22 | 1A | 40 | 20 | 3D |
| Octal | 270 | 274 | 174 | 2 | 0 | 42 | 32 | 100 | 40 | 75 |
| Binary | 10111000 | 10111100 | 1111100 | 10 | 0 | 100010 | 11010 | 1000000 | 100000 | 111101 |
Color Harmonies of #B8BC7C
Complementary color
Monochromatic Colors of #B8BC7C
Black with #B8BC7C
Text Example
Text Example
White with #B8BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC7C; }
p { color: rgb(184,188,124); }
H1.HeaderClassName
{
color: #B8BC7C;
}
.AnyTagClassName
{
color: #B8BC7C;
}
</style>
background-color css
<style>
a { background-color: #B8BC7C; }
a { background-color: rgb(184,188,124); }
div.DivClassName
{
background-color: #B8BC7C;
}
.BgClassName
{
background-color: #B8BC7C;
}
</style>
border-color css
<style>
span { border-color: #B8BC7C; }
span { border-color: rgb(184,188,124); }
td.TdClassName
{
border-color: #B8BC7C;
}
.TagClassName
{
border-color: #B8BC7C;
}
</style>