Shades of Pine Glade #B5BA84
Tints of Pine Glade #B5BA84
RGB
CMYK
RGB Variations
Color information
#B5BA84 (or 0xB5BA84) is known color: Pine Glade. HEX triplet: B5, BA and 84. RGB value is (181,186,132). Sum of RGB (Red+Green+Blue) = 181+186+132=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA84 is #4A457B. Grayscale: #B2B2B2. Windows color (decimal): -4867452 or 8698549. OLE color: 8698549.
HSL color Cylindrical-coordinate representation of color #B5BA84: hue angle of 65.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BA84 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 132 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.27 |
| HSL | 65.56º | 0.28% | 0.62% | - |
| HSV(B) | 65.56º | 0.29% | 0.73% | - |
| XYZ | 40.78 | 46.61 | 28.68 | - |
| YUV | 178.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 132 | 0.03 | 0 | 0.29 | 0.27 | 65.56 | 0.28 | 0.62 |
| Hex | B5 | BA | 84 | 3 | 0 | 1D | 1B | 42 | 1C | 3E |
| Octal | 265 | 272 | 204 | 3 | 0 | 35 | 33 | 102 | 34 | 76 |
| Binary | 10110101 | 10111010 | 10000100 | 11 | 0 | 11101 | 11011 | 1000010 | 11100 | 111110 |
Color Harmonies of #B5BA84
Complementary color
Monochromatic Colors of #B5BA84
Black with #B5BA84
Text Example
Text Example
White with #B5BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA84; }
p { color: rgb(181,186,132); }
H1.HeaderClassName
{
color: #B5BA84;
}
.AnyTagClassName
{
color: #B5BA84;
}
</style>
background-color css
<style>
a { background-color: #B5BA84; }
a { background-color: rgb(181,186,132); }
div.DivClassName
{
background-color: #B5BA84;
}
.BgClassName
{
background-color: #B5BA84;
}
</style>
border-color css
<style>
span { border-color: #B5BA84; }
span { border-color: rgb(181,186,132); }
td.TdClassName
{
border-color: #B5BA84;
}
.TagClassName
{
border-color: #B5BA84;
}
</style>