Shades of Pine Glade #B7C671
Tints of Pine Glade #B7C671
RGB
CMYK
RGB Variations
Color information
#B7C671 (or 0xB7C671) is known color: Pine Glade. HEX triplet: B7, C6 and 71. RGB value is (183,198,113). Sum of RGB (Red+Green+Blue) = 183+198+113=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C671 is #48398E. Grayscale: #B8B8B8. Windows color (decimal): -4733327 or 7456439. OLE color: 7456439.
HSL color Cylindrical-coordinate representation of color #B7C671: hue angle of 70.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7C671 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 198 | 113 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.22 |
| HSL | 70.59º | 0.43% | 0.61% | - |
| HSV(B) | 70.59º | 0.43% | 0.78% | - |
| XYZ | 42.7 | 51.65 | 23.34 | - |
| YUV | 183.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 198 | 113 | 0.08 | 0 | 0.43 | 0.22 | 70.59 | 0.43 | 0.61 |
| Hex | B7 | C6 | 71 | 8 | 0 | 2B | 16 | 47 | 2B | 3D |
| Octal | 267 | 306 | 161 | 10 | 0 | 53 | 26 | 107 | 53 | 75 |
| Binary | 10110111 | 11000110 | 1110001 | 1000 | 0 | 101011 | 10110 | 1000111 | 101011 | 111101 |
Color Harmonies of #B7C671
Complementary color
Monochromatic Colors of #B7C671
Black with #B7C671
Text Example
Text Example
White with #B7C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C671; }
p { color: rgb(183,198,113); }
H1.HeaderClassName
{
color: #B7C671;
}
.AnyTagClassName
{
color: #B7C671;
}
</style>
background-color css
<style>
a { background-color: #B7C671; }
a { background-color: rgb(183,198,113); }
div.DivClassName
{
background-color: #B7C671;
}
.BgClassName
{
background-color: #B7C671;
}
</style>
border-color css
<style>
span { border-color: #B7C671; }
span { border-color: rgb(183,198,113); }
td.TdClassName
{
border-color: #B7C671;
}
.TagClassName
{
border-color: #B7C671;
}
</style>