Shades of Pine Glade #BBBC76
Tints of Pine Glade #BBBC76
RGB
CMYK
RGB Variations
Color information
#BBBC76 (or 0xBBBC76) is known color: Pine Glade. HEX triplet: BB, BC and 76. RGB value is (187,188,118). Sum of RGB (Red+Green+Blue) = 187+188+118=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC76 is #444389. Grayscale: #B3B3B3. Windows color (decimal): -4473738 or 7781563. OLE color: 7781563.
HSL color Cylindrical-coordinate representation of color #BBBC76: hue angle of 60.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBC76 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 118 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.26 |
| HSL | 60.86º | 0.34% | 0.6% | - |
| HSV(B) | 60.86º | 0.37% | 0.74% | - |
| XYZ | 41.75 | 47.84 | 24.17 | - |
| YUV | 179.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 118 | 0.01 | 0 | 0.37 | 0.26 | 60.86 | 0.34 | 0.6 |
| Hex | BB | BC | 76 | 1 | 0 | 25 | 1A | 3D | 22 | 3C |
| Octal | 273 | 274 | 166 | 1 | 0 | 45 | 32 | 75 | 42 | 74 |
| Binary | 10111011 | 10111100 | 1110110 | 1 | 0 | 100101 | 11010 | 111101 | 100010 | 111100 |
Color Harmonies of #BBBC76
Complementary color
Monochromatic Colors of #BBBC76
Black with #BBBC76
Text Example
Text Example
White with #BBBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC76; }
p { color: rgb(187,188,118); }
H1.HeaderClassName
{
color: #BBBC76;
}
.AnyTagClassName
{
color: #BBBC76;
}
</style>
background-color css
<style>
a { background-color: #BBBC76; }
a { background-color: rgb(187,188,118); }
div.DivClassName
{
background-color: #BBBC76;
}
.BgClassName
{
background-color: #BBBC76;
}
</style>
border-color css
<style>
span { border-color: #BBBC76; }
span { border-color: rgb(187,188,118); }
td.TdClassName
{
border-color: #BBBC76;
}
.TagClassName
{
border-color: #BBBC76;
}
</style>