Shades of Pine Glade #B7BB80
Tints of Pine Glade #B7BB80
RGB
CMYK
RGB Variations
Color information
#B7BB80 (or 0xB7BB80) is known color: Pine Glade. HEX triplet: B7, BB and 80. RGB value is (183,187,128). Sum of RGB (Red+Green+Blue) = 183+187+128=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB80 is #48447F. Grayscale: #B3B3B3. Windows color (decimal): -4736128 or 8436663. OLE color: 8436663.
HSL color Cylindrical-coordinate representation of color #B7BB80: hue angle of 64.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7BB80 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 128 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.27 |
| HSL | 64.07º | 0.3% | 0.62% | - |
| HSV(B) | 64.07º | 0.32% | 0.73% | - |
| XYZ | 41.2 | 47.17 | 27.35 | - |
| YUV | 179.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 128 | 0.02 | 0 | 0.32 | 0.27 | 64.07 | 0.3 | 0.62 |
| Hex | B7 | BB | 80 | 2 | 0 | 20 | 1B | 40 | 1E | 3E |
| Octal | 267 | 273 | 200 | 2 | 0 | 40 | 33 | 100 | 36 | 76 |
| Binary | 10110111 | 10111011 | 10000000 | 10 | 0 | 100000 | 11011 | 1000000 | 11110 | 111110 |
Color Harmonies of #B7BB80
Complementary color
Monochromatic Colors of #B7BB80
Black with #B7BB80
Text Example
Text Example
White with #B7BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB80; }
p { color: rgb(183,187,128); }
H1.HeaderClassName
{
color: #B7BB80;
}
.AnyTagClassName
{
color: #B7BB80;
}
</style>
background-color css
<style>
a { background-color: #B7BB80; }
a { background-color: rgb(183,187,128); }
div.DivClassName
{
background-color: #B7BB80;
}
.BgClassName
{
background-color: #B7BB80;
}
</style>
border-color css
<style>
span { border-color: #B7BB80; }
span { border-color: rgb(183,187,128); }
td.TdClassName
{
border-color: #B7BB80;
}
.TagClassName
{
border-color: #B7BB80;
}
</style>