Shades of Pine Glade #BBC489
Tints of Pine Glade #BBC489
RGB
CMYK
RGB Variations
Color information
#BBC489 (or 0xBBC489) is known color: Pine Glade. HEX triplet: BB, C4 and 89. RGB value is (187,196,137). Sum of RGB (Red+Green+Blue) = 187+196+137=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC489 is #443B76. Grayscale: #BABABA. Windows color (decimal): -4471671 or 9028795. OLE color: 9028795.
HSL color Cylindrical-coordinate representation of color #BBC489: hue angle of 69.15º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC489 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 137 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.23 |
| HSL | 69.15º | 0.33% | 0.65% | - |
| HSV(B) | 69.15º | 0.3% | 0.77% | - |
| XYZ | 44.75 | 51.85 | 31.32 | - |
| YUV | 186.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 137 | 0.05 | 0 | 0.30 | 0.23 | 69.15 | 0.33 | 0.65 |
| Hex | BB | C4 | 89 | 5 | 0 | 1E | 17 | 45 | 21 | 41 |
| Octal | 273 | 304 | 211 | 5 | 0 | 36 | 27 | 105 | 41 | 101 |
| Binary | 10111011 | 11000100 | 10001001 | 101 | 0 | 11110 | 10111 | 1000101 | 100001 | 1000001 |
Color Harmonies of #BBC489
Complementary color
Monochromatic Colors of #BBC489
Black with #BBC489
Text Example
Text Example
White with #BBC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC489; }
p { color: rgb(187,196,137); }
H1.HeaderClassName
{
color: #BBC489;
}
.AnyTagClassName
{
color: #BBC489;
}
</style>
background-color css
<style>
a { background-color: #BBC489; }
a { background-color: rgb(187,196,137); }
div.DivClassName
{
background-color: #BBC489;
}
.BgClassName
{
background-color: #BBC489;
}
</style>
border-color css
<style>
span { border-color: #BBC489; }
span { border-color: rgb(187,196,137); }
td.TdClassName
{
border-color: #BBC489;
}
.TagClassName
{
border-color: #BBC489;
}
</style>