Shades of Pine Glade #B7BD76
Tints of Pine Glade #B7BD76
RGB
CMYK
RGB Variations
Color information
#B7BD76 (or 0xB7BD76) is known color: Pine Glade. HEX triplet: B7, BD and 76. RGB value is (183,189,118). Sum of RGB (Red+Green+Blue) = 183+189+118=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD76 is #484289. Grayscale: #B3B3B3. Windows color (decimal): -4735626 or 7781815. OLE color: 7781815.
HSL color Cylindrical-coordinate representation of color #B7BD76: hue angle of 65.07º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7BD76 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 118 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.26 |
| HSL | 65.07º | 0.35% | 0.6% | - |
| HSV(B) | 65.07º | 0.38% | 0.74% | - |
| XYZ | 41 | 47.77 | 24.2 | - |
| YUV | 179.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 118 | 0.03 | 0 | 0.38 | 0.26 | 65.07 | 0.35 | 0.6 |
| Hex | B7 | BD | 76 | 3 | 0 | 26 | 1A | 41 | 23 | 3C |
| Octal | 267 | 275 | 166 | 3 | 0 | 46 | 32 | 101 | 43 | 74 |
| Binary | 10110111 | 10111101 | 1110110 | 11 | 0 | 100110 | 11010 | 1000001 | 100011 | 111100 |
Color Harmonies of #B7BD76
Complementary color
Monochromatic Colors of #B7BD76
Black with #B7BD76
Text Example
Text Example
White with #B7BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD76; }
p { color: rgb(183,189,118); }
H1.HeaderClassName
{
color: #B7BD76;
}
.AnyTagClassName
{
color: #B7BD76;
}
</style>
background-color css
<style>
a { background-color: #B7BD76; }
a { background-color: rgb(183,189,118); }
div.DivClassName
{
background-color: #B7BD76;
}
.BgClassName
{
background-color: #B7BD76;
}
</style>
border-color css
<style>
span { border-color: #B7BD76; }
span { border-color: rgb(183,189,118); }
td.TdClassName
{
border-color: #B7BD76;
}
.TagClassName
{
border-color: #B7BD76;
}
</style>