Shades of Pine Glade #BBC07E
Tints of Pine Glade #BBC07E
RGB
CMYK
RGB Variations
Color information
#BBC07E (or 0xBBC07E) is known color: Pine Glade. HEX triplet: BB, C0 and 7E. RGB value is (187,192,126). Sum of RGB (Red+Green+Blue) = 187+192+126=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07E is #443F81. Grayscale: #B7B7B7. Windows color (decimal): -4472706 or 8306875. OLE color: 8306875.
HSL color Cylindrical-coordinate representation of color #BBC07E: hue angle of 64.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC07E is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 126 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.25 |
| HSL | 64.55º | 0.34% | 0.62% | - |
| HSV(B) | 64.55º | 0.34% | 0.75% | - |
| XYZ | 43.11 | 49.77 | 27.07 | - |
| YUV | 182.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 126 | 0.03 | 0 | 0.34 | 0.25 | 64.55 | 0.34 | 0.62 |
| Hex | BB | C0 | 7E | 3 | 0 | 22 | 19 | 41 | 22 | 3E |
| Octal | 273 | 300 | 176 | 3 | 0 | 42 | 31 | 101 | 42 | 76 |
| Binary | 10111011 | 11000000 | 1111110 | 11 | 0 | 100010 | 11001 | 1000001 | 100010 | 111110 |
Color Harmonies of #BBC07E
Complementary color
Monochromatic Colors of #BBC07E
Black with #BBC07E
Text Example
Text Example
White with #BBC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC07E; }
p { color: rgb(187,192,126); }
H1.HeaderClassName
{
color: #BBC07E;
}
.AnyTagClassName
{
color: #BBC07E;
}
</style>
background-color css
<style>
a { background-color: #BBC07E; }
a { background-color: rgb(187,192,126); }
div.DivClassName
{
background-color: #BBC07E;
}
.BgClassName
{
background-color: #BBC07E;
}
</style>
border-color css
<style>
span { border-color: #BBC07E; }
span { border-color: rgb(187,192,126); }
td.TdClassName
{
border-color: #BBC07E;
}
.TagClassName
{
border-color: #BBC07E;
}
</style>