Shades of Pine Glade #B5BA7A
Tints of Pine Glade #B5BA7A
RGB
CMYK
RGB Variations
Color information
#B5BA7A (or 0xB5BA7A) is known color: Pine Glade. HEX triplet: B5, BA and 7A. RGB value is (181,186,122). Sum of RGB (Red+Green+Blue) = 181+186+122=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA7A is #4A4585. Grayscale: #B1B1B1. Windows color (decimal): -4867462 or 8043189. OLE color: 8043189.
HSL color Cylindrical-coordinate representation of color #B5BA7A: hue angle of 64.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5BA7A is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 122 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.27 |
| HSL | 64.69º | 0.32% | 0.6% | - |
| HSV(B) | 64.69º | 0.34% | 0.73% | - |
| XYZ | 40.13 | 46.35 | 25.24 | - |
| YUV | 177.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 122 | 0.03 | 0 | 0.34 | 0.27 | 64.69 | 0.32 | 0.6 |
| Hex | B5 | BA | 7A | 3 | 0 | 22 | 1B | 41 | 20 | 3C |
| Octal | 265 | 272 | 172 | 3 | 0 | 42 | 33 | 101 | 40 | 74 |
| Binary | 10110101 | 10111010 | 1111010 | 11 | 0 | 100010 | 11011 | 1000001 | 100000 | 111100 |
Color Harmonies of #B5BA7A
Complementary color
Monochromatic Colors of #B5BA7A
Black with #B5BA7A
Text Example
Text Example
White with #B5BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA7A; }
p { color: rgb(181,186,122); }
H1.HeaderClassName
{
color: #B5BA7A;
}
.AnyTagClassName
{
color: #B5BA7A;
}
</style>
background-color css
<style>
a { background-color: #B5BA7A; }
a { background-color: rgb(181,186,122); }
div.DivClassName
{
background-color: #B5BA7A;
}
.BgClassName
{
background-color: #B5BA7A;
}
</style>
border-color css
<style>
span { border-color: #B5BA7A; }
span { border-color: rgb(181,186,122); }
td.TdClassName
{
border-color: #B5BA7A;
}
.TagClassName
{
border-color: #B5BA7A;
}
</style>