Shades of Pine Glade #B7C576
Tints of Pine Glade #B7C576
RGB
CMYK
RGB Variations
Color information
#B7C576 (or 0xB7C576) is known color: Pine Glade. HEX triplet: B7, C5 and 76. RGB value is (183,197,118). Sum of RGB (Red+Green+Blue) = 183+197+118=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C576 is #483A89. Grayscale: #B8B8B8. Windows color (decimal): -4733578 or 7783863. OLE color: 7783863.
HSL color Cylindrical-coordinate representation of color #B7C576: hue angle of 70.63º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7C576 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 118 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.23 |
| HSL | 70.63º | 0.41% | 0.62% | - |
| HSV(B) | 70.63º | 0.4% | 0.77% | - |
| XYZ | 42.76 | 51.31 | 24.79 | - |
| YUV | 183.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 118 | 0.07 | 0 | 0.40 | 0.23 | 70.63 | 0.41 | 0.62 |
| Hex | B7 | C5 | 76 | 7 | 0 | 28 | 17 | 47 | 29 | 3E |
| Octal | 267 | 305 | 166 | 7 | 0 | 50 | 27 | 107 | 51 | 76 |
| Binary | 10110111 | 11000101 | 1110110 | 111 | 0 | 101000 | 10111 | 1000111 | 101001 | 111110 |
Color Harmonies of #B7C576
Complementary color
Monochromatic Colors of #B7C576
Black with #B7C576
Text Example
Text Example
White with #B7C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C576; }
p { color: rgb(183,197,118); }
H1.HeaderClassName
{
color: #B7C576;
}
.AnyTagClassName
{
color: #B7C576;
}
</style>
background-color css
<style>
a { background-color: #B7C576; }
a { background-color: rgb(183,197,118); }
div.DivClassName
{
background-color: #B7C576;
}
.BgClassName
{
background-color: #B7C576;
}
</style>
border-color css
<style>
span { border-color: #B7C576; }
span { border-color: rgb(183,197,118); }
td.TdClassName
{
border-color: #B7C576;
}
.TagClassName
{
border-color: #B7C576;
}
</style>