Shades of Pine Glade #B8C676
Tints of Pine Glade #B8C676
RGB
CMYK
RGB Variations
Color information
#B8C676 (or 0xB8C676) is known color: Pine Glade. HEX triplet: B8, C6 and 76. RGB value is (184,198,118). Sum of RGB (Red+Green+Blue) = 184+198+118=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C676 is #473989. Grayscale: #B8B8B8. Windows color (decimal): -4667786 or 7784120. OLE color: 7784120.
HSL color Cylindrical-coordinate representation of color #B8C676: hue angle of 70.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8C676 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 118 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.22 |
| HSL | 70.5º | 0.41% | 0.62% | - |
| HSV(B) | 70.5º | 0.4% | 0.78% | - |
| XYZ | 43.23 | 51.89 | 24.88 | - |
| YUV | 184.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 118 | 0.07 | 0 | 0.40 | 0.22 | 70.5 | 0.41 | 0.62 |
| Hex | B8 | C6 | 76 | 7 | 0 | 28 | 16 | 46 | 29 | 3E |
| Octal | 270 | 306 | 166 | 7 | 0 | 50 | 26 | 106 | 51 | 76 |
| Binary | 10111000 | 11000110 | 1110110 | 111 | 0 | 101000 | 10110 | 1000110 | 101001 | 111110 |
Color Harmonies of #B8C676
Complementary color
Monochromatic Colors of #B8C676
Black with #B8C676
Text Example
Text Example
White with #B8C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C676; }
p { color: rgb(184,198,118); }
H1.HeaderClassName
{
color: #B8C676;
}
.AnyTagClassName
{
color: #B8C676;
}
</style>
background-color css
<style>
a { background-color: #B8C676; }
a { background-color: rgb(184,198,118); }
div.DivClassName
{
background-color: #B8C676;
}
.BgClassName
{
background-color: #B8C676;
}
</style>
border-color css
<style>
span { border-color: #B8C676; }
span { border-color: rgb(184,198,118); }
td.TdClassName
{
border-color: #B8C676;
}
.TagClassName
{
border-color: #B8C676;
}
</style>