Shades of Pine Glade #B3BA81
Tints of Pine Glade #B3BA81
RGB
CMYK
RGB Variations
Color information
#B3BA81 (or 0xB3BA81) is known color: Pine Glade. HEX triplet: B3, BA and 81. RGB value is (179,186,129). Sum of RGB (Red+Green+Blue) = 179+186+129=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA81 is #4C457E. Grayscale: #B1B1B1. Windows color (decimal): -4998527 or 8501939. OLE color: 8501939.
HSL color Cylindrical-coordinate representation of color #B3BA81: hue angle of 67.37º 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 #B3BA81 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 129 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.27 |
| HSL | 67.37º | 0.29% | 0.62% | - |
| HSV(B) | 67.37º | 0.31% | 0.73% | - |
| XYZ | 40.11 | 46.29 | 27.59 | - |
| YUV | 177.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 129 | 0.04 | 0 | 0.31 | 0.27 | 67.37 | 0.29 | 0.62 |
| Hex | B3 | BA | 81 | 4 | 0 | 1F | 1B | 43 | 1D | 3E |
| Octal | 263 | 272 | 201 | 4 | 0 | 37 | 33 | 103 | 35 | 76 |
| Binary | 10110011 | 10111010 | 10000001 | 100 | 0 | 11111 | 11011 | 1000011 | 11101 | 111110 |
Color Harmonies of #B3BA81
Complementary color
Monochromatic Colors of #B3BA81
Black with #B3BA81
Text Example
Text Example
White with #B3BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA81; }
p { color: rgb(179,186,129); }
H1.HeaderClassName
{
color: #B3BA81;
}
.AnyTagClassName
{
color: #B3BA81;
}
</style>
background-color css
<style>
a { background-color: #B3BA81; }
a { background-color: rgb(179,186,129); }
div.DivClassName
{
background-color: #B3BA81;
}
.BgClassName
{
background-color: #B3BA81;
}
</style>
border-color css
<style>
span { border-color: #B3BA81; }
span { border-color: rgb(179,186,129); }
td.TdClassName
{
border-color: #B3BA81;
}
.TagClassName
{
border-color: #B3BA81;
}
</style>