Shades of Pine Glade #B4BB7B
Tints of Pine Glade #B4BB7B
RGB
CMYK
RGB Variations
Color information
#B4BB7B (or 0xB4BB7B) is known color: Pine Glade. HEX triplet: B4, BB and 7B. RGB value is (180,187,123). Sum of RGB (Red+Green+Blue) = 180+187+123=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB7B is #4B4484. Grayscale: #B1B1B1. Windows color (decimal): -4932741 or 8108980. OLE color: 8108980.
HSL color Cylindrical-coordinate representation of color #B4BB7B: hue angle of 66.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4BB7B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 123 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.27 |
| HSL | 66.56º | 0.32% | 0.61% | - |
| HSV(B) | 66.56º | 0.34% | 0.73% | - |
| XYZ | 40.17 | 46.67 | 25.63 | - |
| YUV | 177.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 123 | 0.04 | 0 | 0.34 | 0.27 | 66.56 | 0.32 | 0.61 |
| Hex | B4 | BB | 7B | 4 | 0 | 22 | 1B | 43 | 20 | 3D |
| Octal | 264 | 273 | 173 | 4 | 0 | 42 | 33 | 103 | 40 | 75 |
| Binary | 10110100 | 10111011 | 1111011 | 100 | 0 | 100010 | 11011 | 1000011 | 100000 | 111101 |
Color Harmonies of #B4BB7B
Complementary color
Monochromatic Colors of #B4BB7B
Black with #B4BB7B
Text Example
Text Example
White with #B4BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB7B; }
p { color: rgb(180,187,123); }
H1.HeaderClassName
{
color: #B4BB7B;
}
.AnyTagClassName
{
color: #B4BB7B;
}
</style>
background-color css
<style>
a { background-color: #B4BB7B; }
a { background-color: rgb(180,187,123); }
div.DivClassName
{
background-color: #B4BB7B;
}
.BgClassName
{
background-color: #B4BB7B;
}
</style>
border-color css
<style>
span { border-color: #B4BB7B; }
span { border-color: rgb(180,187,123); }
td.TdClassName
{
border-color: #B4BB7B;
}
.TagClassName
{
border-color: #B4BB7B;
}
</style>