Shades of Pine Glade #BBC07F
Tints of Pine Glade #BBC07F
RGB
CMYK
RGB Variations
Color information
#BBC07F (or 0xBBC07F) is known color: Pine Glade. HEX triplet: BB, C0 and 7F. RGB value is (187,192,127). Sum of RGB (Red+Green+Blue) = 187+192+127=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07F is #443F80. Grayscale: #B7B7B7. Windows color (decimal): -4472705 or 8372411. OLE color: 8372411.
HSL color Cylindrical-coordinate representation of color #BBC07F: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC07F is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 127 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.25 |
| HSL | 64.62º | 0.34% | 0.63% | - |
| HSV(B) | 64.62º | 0.34% | 0.75% | - |
| XYZ | 43.17 | 49.8 | 27.41 | - |
| YUV | 183.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 127 | 0.03 | 0 | 0.34 | 0.25 | 64.62 | 0.34 | 0.63 |
| Hex | BB | C0 | 7F | 3 | 0 | 22 | 19 | 41 | 22 | 3F |
| Octal | 273 | 300 | 177 | 3 | 0 | 42 | 31 | 101 | 42 | 77 |
| Binary | 10111011 | 11000000 | 1111111 | 11 | 0 | 100010 | 11001 | 1000001 | 100010 | 111111 |
Color Harmonies of #BBC07F
Complementary color
Monochromatic Colors of #BBC07F
Black with #BBC07F
Text Example
Text Example
White with #BBC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC07F; }
p { color: rgb(187,192,127); }
H1.HeaderClassName
{
color: #BBC07F;
}
.AnyTagClassName
{
color: #BBC07F;
}
</style>
background-color css
<style>
a { background-color: #BBC07F; }
a { background-color: rgb(187,192,127); }
div.DivClassName
{
background-color: #BBC07F;
}
.BgClassName
{
background-color: #BBC07F;
}
</style>
border-color css
<style>
span { border-color: #BBC07F; }
span { border-color: rgb(187,192,127); }
td.TdClassName
{
border-color: #BBC07F;
}
.TagClassName
{
border-color: #BBC07F;
}
</style>