Shades of Pine Glade #B5BC84
Tints of Pine Glade #B5BC84
RGB
CMYK
RGB Variations
Color information
#B5BC84 (or 0xB5BC84) is known color: Pine Glade. HEX triplet: B5, BC and 84. RGB value is (181,188,132). Sum of RGB (Red+Green+Blue) = 181+188+132=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC84 is #4A437B. Grayscale: #B3B3B3. Windows color (decimal): -4866940 or 8699061. OLE color: 8699061.
HSL color Cylindrical-coordinate representation of color #B5BC84: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5BC84 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 132 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.26 |
| HSL | 67.5º | 0.29% | 0.63% | - |
| HSV(B) | 67.5º | 0.3% | 0.74% | - |
| XYZ | 41.2 | 47.46 | 28.82 | - |
| YUV | 179.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 132 | 0.04 | 0 | 0.30 | 0.26 | 67.5 | 0.29 | 0.63 |
| Hex | B5 | BC | 84 | 4 | 0 | 1E | 1A | 44 | 1D | 3F |
| Octal | 265 | 274 | 204 | 4 | 0 | 36 | 32 | 104 | 35 | 77 |
| Binary | 10110101 | 10111100 | 10000100 | 100 | 0 | 11110 | 11010 | 1000100 | 11101 | 111111 |
Color Harmonies of #B5BC84
Complementary color
Monochromatic Colors of #B5BC84
Black with #B5BC84
Text Example
Text Example
White with #B5BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC84; }
p { color: rgb(181,188,132); }
H1.HeaderClassName
{
color: #B5BC84;
}
.AnyTagClassName
{
color: #B5BC84;
}
</style>
background-color css
<style>
a { background-color: #B5BC84; }
a { background-color: rgb(181,188,132); }
div.DivClassName
{
background-color: #B5BC84;
}
.BgClassName
{
background-color: #B5BC84;
}
</style>
border-color css
<style>
span { border-color: #B5BC84; }
span { border-color: rgb(181,188,132); }
td.TdClassName
{
border-color: #B5BC84;
}
.TagClassName
{
border-color: #B5BC84;
}
</style>