Shades of Pine Glade #BBBB80
Tints of Pine Glade #BBBB80
RGB
CMYK
RGB Variations
Color information
#BBBB80 (or 0xBBBB80) is known color: Pine Glade. HEX triplet: BB, BB and 80. RGB value is (187,187,128). Sum of RGB (Red+Green+Blue) = 187+187+128=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB80 is #44447F. Grayscale: #B4B4B4. Windows color (decimal): -4473984 or 8436667. OLE color: 8436667.
HSL color Cylindrical-coordinate representation of color #BBBB80: hue angle of 60º 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 #BBBB80 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 128 | - |
| CMYK | 0 | 0 | 0.32 | 0.27 |
| HSL | 60º | 0.3% | 0.62% | - |
| HSV(B) | 60º | 0.32% | 0.73% | - |
| XYZ | 42.16 | 47.66 | 27.4 | - |
| YUV | 180.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 128 | 0 | 0 | 0.32 | 0.27 | 60 | 0.3 | 0.62 |
| Hex | BB | BB | 80 | 0 | 0 | 20 | 1B | 3C | 1E | 3E |
| Octal | 273 | 273 | 200 | 0 | 0 | 40 | 33 | 74 | 36 | 76 |
| Binary | 10111011 | 10111011 | 10000000 | 0 | 0 | 100000 | 11011 | 111100 | 11110 | 111110 |
Color Harmonies of #BBBB80
Complementary color
Monochromatic Colors of #BBBB80
Black with #BBBB80
Text Example
Text Example
White with #BBBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB80; }
p { color: rgb(187,187,128); }
H1.HeaderClassName
{
color: #BBBB80;
}
.AnyTagClassName
{
color: #BBBB80;
}
</style>
background-color css
<style>
a { background-color: #BBBB80; }
a { background-color: rgb(187,187,128); }
div.DivClassName
{
background-color: #BBBB80;
}
.BgClassName
{
background-color: #BBBB80;
}
</style>
border-color css
<style>
span { border-color: #BBBB80; }
span { border-color: rgb(187,187,128); }
td.TdClassName
{
border-color: #BBBB80;
}
.TagClassName
{
border-color: #BBBB80;
}
</style>