Shades of Pine Glade #BBC77B
Tints of Pine Glade #BBC77B
RGB
CMYK
RGB Variations
Color information
#BBC77B (or 0xBBC77B) is known color: Pine Glade. HEX triplet: BB, C7 and 7B. RGB value is (187,199,123). Sum of RGB (Red+Green+Blue) = 187+199+123=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC77B is #443884. Grayscale: #BBBBBB. Windows color (decimal): -4470917 or 8112059. OLE color: 8112059.
HSL color Cylindrical-coordinate representation of color #BBC77B: hue angle of 69.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC77B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 123 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.22 |
| HSL | 69.47º | 0.4% | 0.63% | - |
| HSV(B) | 69.47º | 0.38% | 0.78% | - |
| XYZ | 44.49 | 52.84 | 26.59 | - |
| YUV | 186.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 123 | 0.06 | 0 | 0.38 | 0.22 | 69.47 | 0.4 | 0.63 |
| Hex | BB | C7 | 7B | 6 | 0 | 26 | 16 | 45 | 28 | 3F |
| Octal | 273 | 307 | 173 | 6 | 0 | 46 | 26 | 105 | 50 | 77 |
| Binary | 10111011 | 11000111 | 1111011 | 110 | 0 | 100110 | 10110 | 1000101 | 101000 | 111111 |
Color Harmonies of #BBC77B
Complementary color
Monochromatic Colors of #BBC77B
Black with #BBC77B
Text Example
Text Example
White with #BBC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC77B; }
p { color: rgb(187,199,123); }
H1.HeaderClassName
{
color: #BBC77B;
}
.AnyTagClassName
{
color: #BBC77B;
}
</style>
background-color css
<style>
a { background-color: #BBC77B; }
a { background-color: rgb(187,199,123); }
div.DivClassName
{
background-color: #BBC77B;
}
.BgClassName
{
background-color: #BBC77B;
}
</style>
border-color css
<style>
span { border-color: #BBC77B; }
span { border-color: rgb(187,199,123); }
td.TdClassName
{
border-color: #BBC77B;
}
.TagClassName
{
border-color: #BBC77B;
}
</style>