Shades of Pine Glade #B5BD76
Tints of Pine Glade #B5BD76
RGB
CMYK
RGB Variations
Color information
#B5BD76 (or 0xB5BD76) is known color: Pine Glade. HEX triplet: B5, BD and 76. RGB value is (181,189,118). Sum of RGB (Red+Green+Blue) = 181+189+118=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD76 is #4A4289. Grayscale: #B2B2B2. Windows color (decimal): -4866698 or 7781813. OLE color: 7781813.
HSL color Cylindrical-coordinate representation of color #B5BD76: hue angle of 66.76º 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 #B5BD76 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 118 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.26 |
| HSL | 66.76º | 0.35% | 0.6% | - |
| HSV(B) | 66.76º | 0.38% | 0.74% | - |
| XYZ | 40.52 | 47.53 | 24.18 | - |
| YUV | 178.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 118 | 0.04 | 0 | 0.38 | 0.26 | 66.76 | 0.35 | 0.6 |
| Hex | B5 | BD | 76 | 4 | 0 | 26 | 1A | 43 | 23 | 3C |
| Octal | 265 | 275 | 166 | 4 | 0 | 46 | 32 | 103 | 43 | 74 |
| Binary | 10110101 | 10111101 | 1110110 | 100 | 0 | 100110 | 11010 | 1000011 | 100011 | 111100 |
Color Harmonies of #B5BD76
Complementary color
Monochromatic Colors of #B5BD76
Black with #B5BD76
Text Example
Text Example
White with #B5BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD76; }
p { color: rgb(181,189,118); }
H1.HeaderClassName
{
color: #B5BD76;
}
.AnyTagClassName
{
color: #B5BD76;
}
</style>
background-color css
<style>
a { background-color: #B5BD76; }
a { background-color: rgb(181,189,118); }
div.DivClassName
{
background-color: #B5BD76;
}
.BgClassName
{
background-color: #B5BD76;
}
</style>
border-color css
<style>
span { border-color: #B5BD76; }
span { border-color: rgb(181,189,118); }
td.TdClassName
{
border-color: #B5BD76;
}
.TagClassName
{
border-color: #B5BD76;
}
</style>