Shades of Pine Glade #BBC776
Tints of Pine Glade #BBC776
RGB
CMYK
RGB Variations
Color information
#BBC776 (or 0xBBC776) is known color: Pine Glade. HEX triplet: BB, C7 and 76. RGB value is (187,199,118). Sum of RGB (Red+Green+Blue) = 187+199+118=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC776 is #443889. Grayscale: #BABABA. Windows color (decimal): -4470922 or 7784379. OLE color: 7784379.
HSL color Cylindrical-coordinate representation of color #BBC776: hue angle of 68.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC776 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 118 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.22 |
| HSL | 68.89º | 0.42% | 0.62% | - |
| HSV(B) | 68.89º | 0.41% | 0.78% | - |
| XYZ | 44.19 | 52.72 | 24.99 | - |
| YUV | 186.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 118 | 0.06 | 0 | 0.41 | 0.22 | 68.89 | 0.42 | 0.62 |
| Hex | BB | C7 | 76 | 6 | 0 | 29 | 16 | 45 | 2A | 3E |
| Octal | 273 | 307 | 166 | 6 | 0 | 51 | 26 | 105 | 52 | 76 |
| Binary | 10111011 | 11000111 | 1110110 | 110 | 0 | 101001 | 10110 | 1000101 | 101010 | 111110 |
Color Harmonies of #BBC776
Complementary color
Monochromatic Colors of #BBC776
Black with #BBC776
Text Example
Text Example
White with #BBC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC776; }
p { color: rgb(187,199,118); }
H1.HeaderClassName
{
color: #BBC776;
}
.AnyTagClassName
{
color: #BBC776;
}
</style>
background-color css
<style>
a { background-color: #BBC776; }
a { background-color: rgb(187,199,118); }
div.DivClassName
{
background-color: #BBC776;
}
.BgClassName
{
background-color: #BBC776;
}
</style>
border-color css
<style>
span { border-color: #BBC776; }
span { border-color: rgb(187,199,118); }
td.TdClassName
{
border-color: #BBC776;
}
.TagClassName
{
border-color: #BBC776;
}
</style>