Shades of Pine Glade #B4BB83
Tints of Pine Glade #B4BB83
RGB
CMYK
RGB Variations
Color information
#B4BB83 (or 0xB4BB83) is known color: Pine Glade. HEX triplet: B4, BB and 83. RGB value is (180,187,131). Sum of RGB (Red+Green+Blue) = 180+187+131=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB83 is #4B447C. Grayscale: #B2B2B2. Windows color (decimal): -4932733 or 8633268. OLE color: 8633268.
HSL color Cylindrical-coordinate representation of color #B4BB83: hue angle of 67.5º degrees, saturation: 0.29, 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 #B4BB83 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 131 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.27 |
| HSL | 67.5º | 0.29% | 0.62% | - |
| HSV(B) | 67.5º | 0.3% | 0.73% | - |
| XYZ | 40.69 | 46.88 | 28.38 | - |
| YUV | 178.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 131 | 0.04 | 0 | 0.30 | 0.27 | 67.5 | 0.29 | 0.62 |
| Hex | B4 | BB | 83 | 4 | 0 | 1E | 1B | 44 | 1D | 3E |
| Octal | 264 | 273 | 203 | 4 | 0 | 36 | 33 | 104 | 35 | 76 |
| Binary | 10110100 | 10111011 | 10000011 | 100 | 0 | 11110 | 11011 | 1000100 | 11101 | 111110 |
Color Harmonies of #B4BB83
Complementary color
Monochromatic Colors of #B4BB83
Black with #B4BB83
Text Example
Text Example
White with #B4BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB83; }
p { color: rgb(180,187,131); }
H1.HeaderClassName
{
color: #B4BB83;
}
.AnyTagClassName
{
color: #B4BB83;
}
</style>
background-color css
<style>
a { background-color: #B4BB83; }
a { background-color: rgb(180,187,131); }
div.DivClassName
{
background-color: #B4BB83;
}
.BgClassName
{
background-color: #B4BB83;
}
</style>
border-color css
<style>
span { border-color: #B4BB83; }
span { border-color: rgb(180,187,131); }
td.TdClassName
{
border-color: #B4BB83;
}
.TagClassName
{
border-color: #B4BB83;
}
</style>