Shades of Pine Glade #B5BA85
Tints of Pine Glade #B5BA85
RGB
CMYK
RGB Variations
Color information
#B5BA85 (or 0xB5BA85) is known color: Pine Glade. HEX triplet: B5, BA and 85. RGB value is (181,186,133). Sum of RGB (Red+Green+Blue) = 181+186+133=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA85 is #4A457A. Grayscale: #B2B2B2. Windows color (decimal): -4867451 or 8764085. OLE color: 8764085.
HSL color Cylindrical-coordinate representation of color #B5BA85: hue angle of 65.66º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BA85 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 133 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.27 |
| HSL | 65.66º | 0.28% | 0.63% | - |
| HSV(B) | 65.66º | 0.28% | 0.73% | - |
| XYZ | 40.85 | 46.64 | 29.04 | - |
| YUV | 178.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 133 | 0.03 | 0 | 0.28 | 0.27 | 65.66 | 0.28 | 0.63 |
| Hex | B5 | BA | 85 | 3 | 0 | 1C | 1B | 42 | 1C | 3F |
| Octal | 265 | 272 | 205 | 3 | 0 | 34 | 33 | 102 | 34 | 77 |
| Binary | 10110101 | 10111010 | 10000101 | 11 | 0 | 11100 | 11011 | 1000010 | 11100 | 111111 |
Color Harmonies of #B5BA85
Complementary color
Monochromatic Colors of #B5BA85
Black with #B5BA85
Text Example
Text Example
White with #B5BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA85; }
p { color: rgb(181,186,133); }
H1.HeaderClassName
{
color: #B5BA85;
}
.AnyTagClassName
{
color: #B5BA85;
}
</style>
background-color css
<style>
a { background-color: #B5BA85; }
a { background-color: rgb(181,186,133); }
div.DivClassName
{
background-color: #B5BA85;
}
.BgClassName
{
background-color: #B5BA85;
}
</style>
border-color css
<style>
span { border-color: #B5BA85; }
span { border-color: rgb(181,186,133); }
td.TdClassName
{
border-color: #B5BA85;
}
.TagClassName
{
border-color: #B5BA85;
}
</style>