Shades of Pine Glade #BBC878
Tints of Pine Glade #BBC878
RGB
CMYK
RGB Variations
Color information
#BBC878 (or 0xBBC878) is known color: Pine Glade. HEX triplet: BB, C8 and 78. RGB value is (187,200,120). Sum of RGB (Red+Green+Blue) = 187+200+120=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC878 is #443787. Grayscale: #BBBBBB. Windows color (decimal): -4470664 or 7915707. OLE color: 7915707.
HSL color Cylindrical-coordinate representation of color #BBC878: hue angle of 69.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC878 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 120 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.22 |
| HSL | 69.75º | 0.42% | 0.63% | - |
| HSV(B) | 69.75º | 0.4% | 0.78% | - |
| XYZ | 44.54 | 53.23 | 25.7 | - |
| YUV | 186.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 120 | 0.06 | 0 | 0.4 | 0.22 | 69.75 | 0.42 | 0.63 |
| Hex | BB | C8 | 78 | 6 | 0 | 28 | 16 | 46 | 2A | 3F |
| Octal | 273 | 310 | 170 | 6 | 0 | 50 | 26 | 106 | 52 | 77 |
| Binary | 10111011 | 11001000 | 1111000 | 110 | 0 | 101000 | 10110 | 1000110 | 101010 | 111111 |
Color Harmonies of #BBC878
Complementary color
Monochromatic Colors of #BBC878
Black with #BBC878
Text Example
Text Example
White with #BBC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC878; }
p { color: rgb(187,200,120); }
H1.HeaderClassName
{
color: #BBC878;
}
.AnyTagClassName
{
color: #BBC878;
}
</style>
background-color css
<style>
a { background-color: #BBC878; }
a { background-color: rgb(187,200,120); }
div.DivClassName
{
background-color: #BBC878;
}
.BgClassName
{
background-color: #BBC878;
}
</style>
border-color css
<style>
span { border-color: #BBC878; }
span { border-color: rgb(187,200,120); }
td.TdClassName
{
border-color: #BBC878;
}
.TagClassName
{
border-color: #BBC878;
}
</style>