Shades of Pine Glade #BBBB7C
Tints of Pine Glade #BBBB7C
RGB
CMYK
RGB Variations
Color information
#BBBB7C (or 0xBBBB7C) is known color: Pine Glade. HEX triplet: BB, BB and 7C. RGB value is (187,187,124). Sum of RGB (Red+Green+Blue) = 187+187+124=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB7C is #444483. Grayscale: #B4B4B4. Windows color (decimal): -4473988 or 8174523. OLE color: 8174523.
HSL color Cylindrical-coordinate representation of color #BBBB7C: hue angle of 60º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBBB7C is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 124 | - |
| CMYK | 0 | 0 | 0.34 | 0.27 |
| HSL | 60º | 0.32% | 0.61% | - |
| HSV(B) | 60º | 0.34% | 0.73% | - |
| XYZ | 41.9 | 47.56 | 26.04 | - |
| YUV | 179.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 124 | 0 | 0 | 0.34 | 0.27 | 60 | 0.32 | 0.61 |
| Hex | BB | BB | 7C | 0 | 0 | 22 | 1B | 3C | 20 | 3D |
| Octal | 273 | 273 | 174 | 0 | 0 | 42 | 33 | 74 | 40 | 75 |
| Binary | 10111011 | 10111011 | 1111100 | 0 | 0 | 100010 | 11011 | 111100 | 100000 | 111101 |
Color Harmonies of #BBBB7C
Complementary color
Monochromatic Colors of #BBBB7C
Black with #BBBB7C
Text Example
Text Example
White with #BBBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB7C; }
p { color: rgb(187,187,124); }
H1.HeaderClassName
{
color: #BBBB7C;
}
.AnyTagClassName
{
color: #BBBB7C;
}
</style>
background-color css
<style>
a { background-color: #BBBB7C; }
a { background-color: rgb(187,187,124); }
div.DivClassName
{
background-color: #BBBB7C;
}
.BgClassName
{
background-color: #BBBB7C;
}
</style>
border-color css
<style>
span { border-color: #BBBB7C; }
span { border-color: rgb(187,187,124); }
td.TdClassName
{
border-color: #BBBB7C;
}
.TagClassName
{
border-color: #BBBB7C;
}
</style>