Shades of Pine Glade #BBC87E
Tints of Pine Glade #BBC87E
RGB
CMYK
RGB Variations
Color information
#BBC87E (or 0xBBC87E) is known color: Pine Glade. HEX triplet: BB, C8 and 7E. RGB value is (187,200,126). Sum of RGB (Red+Green+Blue) = 187+200+126=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC87E is #443781. Grayscale: #BBBBBB. Windows color (decimal): -4470658 or 8308923. OLE color: 8308923.
HSL color Cylindrical-coordinate representation of color #BBC87E: hue angle of 70.54º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBC87E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 126 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.22 |
| HSL | 70.54º | 0.4% | 0.64% | - |
| HSV(B) | 70.54º | 0.37% | 0.78% | - |
| XYZ | 44.91 | 53.38 | 27.67 | - |
| YUV | 187.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 126 | 0.06 | 0 | 0.37 | 0.22 | 70.54 | 0.4 | 0.64 |
| Hex | BB | C8 | 7E | 6 | 0 | 25 | 16 | 47 | 28 | 40 |
| Octal | 273 | 310 | 176 | 6 | 0 | 45 | 26 | 107 | 50 | 100 |
| Binary | 10111011 | 11001000 | 1111110 | 110 | 0 | 100101 | 10110 | 1000111 | 101000 | 1000000 |
Color Harmonies of #BBC87E
Complementary color
Monochromatic Colors of #BBC87E
Black with #BBC87E
Text Example
Text Example
White with #BBC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC87E; }
p { color: rgb(187,200,126); }
H1.HeaderClassName
{
color: #BBC87E;
}
.AnyTagClassName
{
color: #BBC87E;
}
</style>
background-color css
<style>
a { background-color: #BBC87E; }
a { background-color: rgb(187,200,126); }
div.DivClassName
{
background-color: #BBC87E;
}
.BgClassName
{
background-color: #BBC87E;
}
</style>
border-color css
<style>
span { border-color: #BBC87E; }
span { border-color: rgb(187,200,126); }
td.TdClassName
{
border-color: #BBC87E;
}
.TagClassName
{
border-color: #BBC87E;
}
</style>