Shades of Pine Glade #BBBC80
Tints of Pine Glade #BBBC80
RGB
CMYK
RGB Variations
Color information
#BBBC80 (or 0xBBBC80) is known color: Pine Glade. HEX triplet: BB, BC and 80. RGB value is (187,188,128). Sum of RGB (Red+Green+Blue) = 187+188+128=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC80 is #44437F. Grayscale: #B5B5B5. Windows color (decimal): -4473728 or 8436923. OLE color: 8436923.
HSL color Cylindrical-coordinate representation of color #BBBC80: hue angle of 61º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBBC80 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 128 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.26 |
| HSL | 61º | 0.31% | 0.62% | - |
| HSV(B) | 61º | 0.32% | 0.74% | - |
| XYZ | 42.37 | 48.09 | 27.47 | - |
| YUV | 180.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 128 | 0.01 | 0 | 0.32 | 0.26 | 61 | 0.31 | 0.62 |
| Hex | BB | BC | 80 | 1 | 0 | 20 | 1A | 3D | 1F | 3E |
| Octal | 273 | 274 | 200 | 1 | 0 | 40 | 32 | 75 | 37 | 76 |
| Binary | 10111011 | 10111100 | 10000000 | 1 | 0 | 100000 | 11010 | 111101 | 11111 | 111110 |
Color Harmonies of #BBBC80
Complementary color
Monochromatic Colors of #BBBC80
Black with #BBBC80
Text Example
Text Example
White with #BBBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC80; }
p { color: rgb(187,188,128); }
H1.HeaderClassName
{
color: #BBBC80;
}
.AnyTagClassName
{
color: #BBBC80;
}
</style>
background-color css
<style>
a { background-color: #BBBC80; }
a { background-color: rgb(187,188,128); }
div.DivClassName
{
background-color: #BBBC80;
}
.BgClassName
{
background-color: #BBBC80;
}
</style>
border-color css
<style>
span { border-color: #BBBC80; }
span { border-color: rgb(187,188,128); }
td.TdClassName
{
border-color: #BBBC80;
}
.TagClassName
{
border-color: #BBBC80;
}
</style>