Shades of Pine Glade #BBC07C
Tints of Pine Glade #BBC07C
RGB
CMYK
RGB Variations
Color information
#BBC07C (or 0xBBC07C) is known color: Pine Glade. HEX triplet: BB, C0 and 7C. RGB value is (187,192,124). Sum of RGB (Red+Green+Blue) = 187+192+124=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07C is #443F83. Grayscale: #B7B7B7. Windows color (decimal): -4472708 or 8175803. OLE color: 8175803.
HSL color Cylindrical-coordinate representation of color #BBC07C: hue angle of 64.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC07C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 124 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.25 |
| HSL | 64.41º | 0.35% | 0.62% | - |
| HSV(B) | 64.41º | 0.35% | 0.75% | - |
| XYZ | 42.98 | 49.72 | 26.4 | - |
| YUV | 182.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 124 | 0.03 | 0 | 0.35 | 0.25 | 64.41 | 0.35 | 0.62 |
| Hex | BB | C0 | 7C | 3 | 0 | 23 | 19 | 40 | 23 | 3E |
| Octal | 273 | 300 | 174 | 3 | 0 | 43 | 31 | 100 | 43 | 76 |
| Binary | 10111011 | 11000000 | 1111100 | 11 | 0 | 100011 | 11001 | 1000000 | 100011 | 111110 |
Color Harmonies of #BBC07C
Complementary color
Monochromatic Colors of #BBC07C
Black with #BBC07C
Text Example
Text Example
White with #BBC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC07C; }
p { color: rgb(187,192,124); }
H1.HeaderClassName
{
color: #BBC07C;
}
.AnyTagClassName
{
color: #BBC07C;
}
</style>
background-color css
<style>
a { background-color: #BBC07C; }
a { background-color: rgb(187,192,124); }
div.DivClassName
{
background-color: #BBC07C;
}
.BgClassName
{
background-color: #BBC07C;
}
</style>
border-color css
<style>
span { border-color: #BBC07C; }
span { border-color: rgb(187,192,124); }
td.TdClassName
{
border-color: #BBC07C;
}
.TagClassName
{
border-color: #BBC07C;
}
</style>