Shades of Pine Glade #BBBC7E
Tints of Pine Glade #BBBC7E
RGB
CMYK
RGB Variations
Color information
#BBBC7E (or 0xBBBC7E) is known color: Pine Glade. HEX triplet: BB, BC and 7E. RGB value is (187,188,126). Sum of RGB (Red+Green+Blue) = 187+188+126=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC7E is #444381. Grayscale: #B4B4B4. Windows color (decimal): -4473730 or 8305851. OLE color: 8305851.
HSL color Cylindrical-coordinate representation of color #BBBC7E: hue angle of 60.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBBC7E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 126 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.26 |
| HSL | 60.97º | 0.32% | 0.62% | - |
| HSV(B) | 60.97º | 0.33% | 0.74% | - |
| XYZ | 42.24 | 48.04 | 26.78 | - |
| YUV | 180.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 126 | 0.01 | 0 | 0.33 | 0.26 | 60.97 | 0.32 | 0.62 |
| Hex | BB | BC | 7E | 1 | 0 | 21 | 1A | 3D | 20 | 3E |
| Octal | 273 | 274 | 176 | 1 | 0 | 41 | 32 | 75 | 40 | 76 |
| Binary | 10111011 | 10111100 | 1111110 | 1 | 0 | 100001 | 11010 | 111101 | 100000 | 111110 |
Color Harmonies of #BBBC7E
Complementary color
Monochromatic Colors of #BBBC7E
Black with #BBBC7E
Text Example
Text Example
White with #BBBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC7E; }
p { color: rgb(187,188,126); }
H1.HeaderClassName
{
color: #BBBC7E;
}
.AnyTagClassName
{
color: #BBBC7E;
}
</style>
background-color css
<style>
a { background-color: #BBBC7E; }
a { background-color: rgb(187,188,126); }
div.DivClassName
{
background-color: #BBBC7E;
}
.BgClassName
{
background-color: #BBBC7E;
}
</style>
border-color css
<style>
span { border-color: #BBBC7E; }
span { border-color: rgb(187,188,126); }
td.TdClassName
{
border-color: #BBBC7E;
}
.TagClassName
{
border-color: #BBBC7E;
}
</style>