Shades of Pine Glade #B5BC85
Tints of Pine Glade #B5BC85
RGB
CMYK
RGB Variations
Color information
#B5BC85 (or 0xB5BC85) is known color: Pine Glade. HEX triplet: B5, BC and 85. RGB value is (181,188,133). Sum of RGB (Red+Green+Blue) = 181+188+133=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC85 is #4A437A. Grayscale: #B3B3B3. Windows color (decimal): -4866939 or 8764597. OLE color: 8764597.
HSL color Cylindrical-coordinate representation of color #B5BC85: hue angle of 67.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BC85 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 133 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.26 |
| HSL | 67.64º | 0.29% | 0.63% | - |
| HSV(B) | 67.64º | 0.29% | 0.74% | - |
| XYZ | 41.27 | 47.48 | 29.18 | - |
| YUV | 179.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 133 | 0.04 | 0 | 0.29 | 0.26 | 67.64 | 0.29 | 0.63 |
| Hex | B5 | BC | 85 | 4 | 0 | 1D | 1A | 44 | 1D | 3F |
| Octal | 265 | 274 | 205 | 4 | 0 | 35 | 32 | 104 | 35 | 77 |
| Binary | 10110101 | 10111100 | 10000101 | 100 | 0 | 11101 | 11010 | 1000100 | 11101 | 111111 |
Color Harmonies of #B5BC85
Complementary color
Monochromatic Colors of #B5BC85
Black with #B5BC85
Text Example
Text Example
White with #B5BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC85; }
p { color: rgb(181,188,133); }
H1.HeaderClassName
{
color: #B5BC85;
}
.AnyTagClassName
{
color: #B5BC85;
}
</style>
background-color css
<style>
a { background-color: #B5BC85; }
a { background-color: rgb(181,188,133); }
div.DivClassName
{
background-color: #B5BC85;
}
.BgClassName
{
background-color: #B5BC85;
}
</style>
border-color css
<style>
span { border-color: #B5BC85; }
span { border-color: rgb(181,188,133); }
td.TdClassName
{
border-color: #B5BC85;
}
.TagClassName
{
border-color: #B5BC85;
}
</style>