Shades of Pine Glade #B5BA81
Tints of Pine Glade #B5BA81
RGB
CMYK
RGB Variations
Color information
#B5BA81 (or 0xB5BA81) is known color: Pine Glade. HEX triplet: B5, BA and 81. RGB value is (181,186,129). Sum of RGB (Red+Green+Blue) = 181+186+129=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA81 is #4A457E. Grayscale: #B2B2B2. Windows color (decimal): -4867455 or 8501941. OLE color: 8501941.
HSL color Cylindrical-coordinate representation of color #B5BA81: hue angle of 65.26º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5BA81 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 129 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.27 |
| HSL | 65.26º | 0.29% | 0.62% | - |
| HSV(B) | 65.26º | 0.31% | 0.73% | - |
| XYZ | 40.58 | 46.53 | 27.61 | - |
| YUV | 178.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 129 | 0.03 | 0 | 0.31 | 0.27 | 65.26 | 0.29 | 0.62 |
| Hex | B5 | BA | 81 | 3 | 0 | 1F | 1B | 41 | 1D | 3E |
| Octal | 265 | 272 | 201 | 3 | 0 | 37 | 33 | 101 | 35 | 76 |
| Binary | 10110101 | 10111010 | 10000001 | 11 | 0 | 11111 | 11011 | 1000001 | 11101 | 111110 |
Color Harmonies of #B5BA81
Complementary color
Monochromatic Colors of #B5BA81
Black with #B5BA81
Text Example
Text Example
White with #B5BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA81; }
p { color: rgb(181,186,129); }
H1.HeaderClassName
{
color: #B5BA81;
}
.AnyTagClassName
{
color: #B5BA81;
}
</style>
background-color css
<style>
a { background-color: #B5BA81; }
a { background-color: rgb(181,186,129); }
div.DivClassName
{
background-color: #B5BA81;
}
.BgClassName
{
background-color: #B5BA81;
}
</style>
border-color css
<style>
span { border-color: #B5BA81; }
span { border-color: rgb(181,186,129); }
td.TdClassName
{
border-color: #B5BA81;
}
.TagClassName
{
border-color: #B5BA81;
}
</style>