Shades of Pine Glade #BBC77E
Tints of Pine Glade #BBC77E
RGB
CMYK
RGB Variations
Color information
#BBC77E (or 0xBBC77E) is known color: Pine Glade. HEX triplet: BB, C7 and 7E. RGB value is (187,199,126). Sum of RGB (Red+Green+Blue) = 187+199+126=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC77E is #443881. Grayscale: #BBBBBB. Windows color (decimal): -4470914 or 8308667. OLE color: 8308667.
HSL color Cylindrical-coordinate representation of color #BBC77E: hue angle of 69.86º degrees, saturation: 0.39, 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 #BBC77E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 126 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.22 |
| HSL | 69.86º | 0.39% | 0.64% | - |
| HSV(B) | 69.86º | 0.37% | 0.78% | - |
| XYZ | 44.68 | 52.92 | 27.6 | - |
| YUV | 187.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 126 | 0.06 | 0 | 0.37 | 0.22 | 69.86 | 0.39 | 0.64 |
| Hex | BB | C7 | 7E | 6 | 0 | 25 | 16 | 46 | 27 | 40 |
| Octal | 273 | 307 | 176 | 6 | 0 | 45 | 26 | 106 | 47 | 100 |
| Binary | 10111011 | 11000111 | 1111110 | 110 | 0 | 100101 | 10110 | 1000110 | 100111 | 1000000 |
Color Harmonies of #BBC77E
Complementary color
Monochromatic Colors of #BBC77E
Black with #BBC77E
Text Example
Text Example
White with #BBC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC77E; }
p { color: rgb(187,199,126); }
H1.HeaderClassName
{
color: #BBC77E;
}
.AnyTagClassName
{
color: #BBC77E;
}
</style>
background-color css
<style>
a { background-color: #BBC77E; }
a { background-color: rgb(187,199,126); }
div.DivClassName
{
background-color: #BBC77E;
}
.BgClassName
{
background-color: #BBC77E;
}
</style>
border-color css
<style>
span { border-color: #BBC77E; }
span { border-color: rgb(187,199,126); }
td.TdClassName
{
border-color: #BBC77E;
}
.TagClassName
{
border-color: #BBC77E;
}
</style>