Shades of Pine Glade #B5BC76
Tints of Pine Glade #B5BC76
RGB
CMYK
RGB Variations
Color information
#B5BC76 (or 0xB5BC76) is known color: Pine Glade. HEX triplet: B5, BC and 76. RGB value is (181,188,118). Sum of RGB (Red+Green+Blue) = 181+188+118=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC76 is #4A4389. Grayscale: #B2B2B2. Windows color (decimal): -4866954 or 7781557. OLE color: 7781557.
HSL color Cylindrical-coordinate representation of color #B5BC76: hue angle of 66º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5BC76 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 118 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.26 |
| HSL | 66º | 0.34% | 0.6% | - |
| HSV(B) | 66º | 0.37% | 0.74% | - |
| XYZ | 40.31 | 47.1 | 24.11 | - |
| YUV | 177.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 118 | 0.04 | 0 | 0.37 | 0.26 | 66 | 0.34 | 0.6 |
| Hex | B5 | BC | 76 | 4 | 0 | 25 | 1A | 42 | 22 | 3C |
| Octal | 265 | 274 | 166 | 4 | 0 | 45 | 32 | 102 | 42 | 74 |
| Binary | 10110101 | 10111100 | 1110110 | 100 | 0 | 100101 | 11010 | 1000010 | 100010 | 111100 |
Color Harmonies of #B5BC76
Complementary color
Monochromatic Colors of #B5BC76
Black with #B5BC76
Text Example
Text Example
White with #B5BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC76; }
p { color: rgb(181,188,118); }
H1.HeaderClassName
{
color: #B5BC76;
}
.AnyTagClassName
{
color: #B5BC76;
}
</style>
background-color css
<style>
a { background-color: #B5BC76; }
a { background-color: rgb(181,188,118); }
div.DivClassName
{
background-color: #B5BC76;
}
.BgClassName
{
background-color: #B5BC76;
}
</style>
border-color css
<style>
span { border-color: #B5BC76; }
span { border-color: rgb(181,188,118); }
td.TdClassName
{
border-color: #B5BC76;
}
.TagClassName
{
border-color: #B5BC76;
}
</style>