Shades of Pine Glade #B4BA8B
Tints of Pine Glade #B4BA8B
RGB
CMYK
RGB Variations
Color information
#B4BA8B (or 0xB4BA8B) is known color: Pine Glade. HEX triplet: B4, BA and 8B. RGB value is (180,186,139). Sum of RGB (Red+Green+Blue) = 180+186+139=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA8B is #4B4574. Grayscale: #B3B3B3. Windows color (decimal): -4932981 or 9157300. OLE color: 9157300.
HSL color Cylindrical-coordinate representation of color #B4BA8B: hue angle of 67.66º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BA8B is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 139 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.27 |
| HSL | 67.66º | 0.25% | 0.64% | - |
| HSV(B) | 67.66º | 0.25% | 0.73% | - |
| XYZ | 41.04 | 46.69 | 31.27 | - |
| YUV | 178.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 139 | 0.03 | 0 | 0.25 | 0.27 | 67.66 | 0.25 | 0.64 |
| Hex | B4 | BA | 8B | 3 | 0 | 19 | 1B | 44 | 19 | 40 |
| Octal | 264 | 272 | 213 | 3 | 0 | 31 | 33 | 104 | 31 | 100 |
| Binary | 10110100 | 10111010 | 10001011 | 11 | 0 | 11001 | 11011 | 1000100 | 11001 | 1000000 |
Color Harmonies of #B4BA8B
Complementary color
Monochromatic Colors of #B4BA8B
Black with #B4BA8B
Text Example
Text Example
White with #B4BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA8B; }
p { color: rgb(180,186,139); }
H1.HeaderClassName
{
color: #B4BA8B;
}
.AnyTagClassName
{
color: #B4BA8B;
}
</style>
background-color css
<style>
a { background-color: #B4BA8B; }
a { background-color: rgb(180,186,139); }
div.DivClassName
{
background-color: #B4BA8B;
}
.BgClassName
{
background-color: #B4BA8B;
}
</style>
border-color css
<style>
span { border-color: #B4BA8B; }
span { border-color: rgb(180,186,139); }
td.TdClassName
{
border-color: #B4BA8B;
}
.TagClassName
{
border-color: #B4BA8B;
}
</style>