Shades of Pine Glade #B4BA7C
Tints of Pine Glade #B4BA7C
RGB
CMYK
RGB Variations
Color information
#B4BA7C (or 0xB4BA7C) is known color: Pine Glade. HEX triplet: B4, BA and 7C. RGB value is (180,186,124). Sum of RGB (Red+Green+Blue) = 180+186+124=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA7C is #4B4583. Grayscale: #B1B1B1. Windows color (decimal): -4932996 or 8174260. OLE color: 8174260.
HSL color Cylindrical-coordinate representation of color #B4BA7C: hue angle of 65.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4BA7C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 124 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.27 |
| HSL | 65.81º | 0.31% | 0.61% | - |
| HSV(B) | 65.81º | 0.33% | 0.73% | - |
| XYZ | 40.02 | 46.28 | 25.89 | - |
| YUV | 177.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 124 | 0.03 | 0 | 0.33 | 0.27 | 65.81 | 0.31 | 0.61 |
| Hex | B4 | BA | 7C | 3 | 0 | 21 | 1B | 42 | 1F | 3D |
| Octal | 264 | 272 | 174 | 3 | 0 | 41 | 33 | 102 | 37 | 75 |
| Binary | 10110100 | 10111010 | 1111100 | 11 | 0 | 100001 | 11011 | 1000010 | 11111 | 111101 |
Color Harmonies of #B4BA7C
Complementary color
Monochromatic Colors of #B4BA7C
Black with #B4BA7C
Text Example
Text Example
White with #B4BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA7C; }
p { color: rgb(180,186,124); }
H1.HeaderClassName
{
color: #B4BA7C;
}
.AnyTagClassName
{
color: #B4BA7C;
}
</style>
background-color css
<style>
a { background-color: #B4BA7C; }
a { background-color: rgb(180,186,124); }
div.DivClassName
{
background-color: #B4BA7C;
}
.BgClassName
{
background-color: #B4BA7C;
}
</style>
border-color css
<style>
span { border-color: #B4BA7C; }
span { border-color: rgb(180,186,124); }
td.TdClassName
{
border-color: #B4BA7C;
}
.TagClassName
{
border-color: #B4BA7C;
}
</style>