Shades of Pine Glade #B4BB82
Tints of Pine Glade #B4BB82
RGB
CMYK
RGB Variations
Color information
#B4BB82 (or 0xB4BB82) is known color: Pine Glade. HEX triplet: B4, BB and 82. RGB value is (180,187,130). Sum of RGB (Red+Green+Blue) = 180+187+130=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB82 is #4B447D. Grayscale: #B2B2B2. Windows color (decimal): -4932734 or 8567732. OLE color: 8567732.
HSL color Cylindrical-coordinate representation of color #B4BB82: hue angle of 67.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4BB82 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 130 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.27 |
| HSL | 67.37º | 0.3% | 0.62% | - |
| HSV(B) | 67.37º | 0.3% | 0.73% | - |
| XYZ | 40.62 | 46.86 | 28.02 | - |
| YUV | 178.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 130 | 0.04 | 0 | 0.30 | 0.27 | 67.37 | 0.3 | 0.62 |
| Hex | B4 | BB | 82 | 4 | 0 | 1E | 1B | 43 | 1E | 3E |
| Octal | 264 | 273 | 202 | 4 | 0 | 36 | 33 | 103 | 36 | 76 |
| Binary | 10110100 | 10111011 | 10000010 | 100 | 0 | 11110 | 11011 | 1000011 | 11110 | 111110 |
Color Harmonies of #B4BB82
Complementary color
Monochromatic Colors of #B4BB82
Black with #B4BB82
Text Example
Text Example
White with #B4BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB82; }
p { color: rgb(180,187,130); }
H1.HeaderClassName
{
color: #B4BB82;
}
.AnyTagClassName
{
color: #B4BB82;
}
</style>
background-color css
<style>
a { background-color: #B4BB82; }
a { background-color: rgb(180,187,130); }
div.DivClassName
{
background-color: #B4BB82;
}
.BgClassName
{
background-color: #B4BB82;
}
</style>
border-color css
<style>
span { border-color: #B4BB82; }
span { border-color: rgb(180,187,130); }
td.TdClassName
{
border-color: #B4BB82;
}
.TagClassName
{
border-color: #B4BB82;
}
</style>