Shades of Pine Glade #BBC089
Tints of Pine Glade #BBC089
RGB
CMYK
RGB Variations
Color information
#BBC089 (or 0xBBC089) is known color: Pine Glade. HEX triplet: BB, C0 and 89. RGB value is (187,192,137). Sum of RGB (Red+Green+Blue) = 187+192+137=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC089 is #443F76. Grayscale: #B8B8B8. Windows color (decimal): -4472695 or 9027771. OLE color: 9027771.
HSL color Cylindrical-coordinate representation of color #BBC089: hue angle of 65.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC089 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 137 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.25 |
| HSL | 65.45º | 0.3% | 0.65% | - |
| HSV(B) | 65.45º | 0.29% | 0.75% | - |
| XYZ | 43.86 | 50.07 | 31.02 | - |
| YUV | 184.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 137 | 0.03 | 0 | 0.29 | 0.25 | 65.45 | 0.3 | 0.65 |
| Hex | BB | C0 | 89 | 3 | 0 | 1D | 19 | 41 | 1E | 41 |
| Octal | 273 | 300 | 211 | 3 | 0 | 35 | 31 | 101 | 36 | 101 |
| Binary | 10111011 | 11000000 | 10001001 | 11 | 0 | 11101 | 11001 | 1000001 | 11110 | 1000001 |
Color Harmonies of #BBC089
Complementary color
Monochromatic Colors of #BBC089
Black with #BBC089
Text Example
Text Example
White with #BBC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC089; }
p { color: rgb(187,192,137); }
H1.HeaderClassName
{
color: #BBC089;
}
.AnyTagClassName
{
color: #BBC089;
}
</style>
background-color css
<style>
a { background-color: #BBC089; }
a { background-color: rgb(187,192,137); }
div.DivClassName
{
background-color: #BBC089;
}
.BgClassName
{
background-color: #BBC089;
}
</style>
border-color css
<style>
span { border-color: #BBC089; }
span { border-color: rgb(187,192,137); }
td.TdClassName
{
border-color: #BBC089;
}
.TagClassName
{
border-color: #BBC089;
}
</style>