Shades of Pine Glade #BBC076
Tints of Pine Glade #BBC076
RGB
CMYK
RGB Variations
Color information
#BBC076 (or 0xBBC076) is known color: Pine Glade. HEX triplet: BB, C0 and 76. RGB value is (187,192,118). Sum of RGB (Red+Green+Blue) = 187+192+118=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC076 is #443F89. Grayscale: #B6B6B6. Windows color (decimal): -4472714 or 7782587. OLE color: 7782587.
HSL color Cylindrical-coordinate representation of color #BBC076: hue angle of 64.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC076 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 118 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.25 |
| HSL | 64.05º | 0.37% | 0.61% | - |
| HSV(B) | 64.05º | 0.39% | 0.75% | - |
| XYZ | 42.61 | 49.57 | 24.46 | - |
| YUV | 182.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 118 | 0.03 | 0 | 0.39 | 0.25 | 64.05 | 0.37 | 0.61 |
| Hex | BB | C0 | 76 | 3 | 0 | 27 | 19 | 40 | 25 | 3D |
| Octal | 273 | 300 | 166 | 3 | 0 | 47 | 31 | 100 | 45 | 75 |
| Binary | 10111011 | 11000000 | 1110110 | 11 | 0 | 100111 | 11001 | 1000000 | 100101 | 111101 |
Color Harmonies of #BBC076
Complementary color
Monochromatic Colors of #BBC076
Black with #BBC076
Text Example
Text Example
White with #BBC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC076; }
p { color: rgb(187,192,118); }
H1.HeaderClassName
{
color: #BBC076;
}
.AnyTagClassName
{
color: #BBC076;
}
</style>
background-color css
<style>
a { background-color: #BBC076; }
a { background-color: rgb(187,192,118); }
div.DivClassName
{
background-color: #BBC076;
}
.BgClassName
{
background-color: #BBC076;
}
</style>
border-color css
<style>
span { border-color: #BBC076; }
span { border-color: rgb(187,192,118); }
td.TdClassName
{
border-color: #BBC076;
}
.TagClassName
{
border-color: #BBC076;
}
</style>