Shades of Pine Glade #BBC08B
Tints of Pine Glade #BBC08B
RGB
CMYK
RGB Variations
Color information
#BBC08B (or 0xBBC08B) is known color: Pine Glade. HEX triplet: BB, C0 and 8B. RGB value is (187,192,139). Sum of RGB (Red+Green+Blue) = 187+192+139=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08B is #443F74. Grayscale: #B8B8B8. Windows color (decimal): -4472693 or 9158843. OLE color: 9158843.
HSL color Cylindrical-coordinate representation of color #BBC08B: hue angle of 65.66º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC08B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 139 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.25 |
| HSL | 65.66º | 0.3% | 0.65% | - |
| HSV(B) | 65.66º | 0.28% | 0.75% | - |
| XYZ | 44 | 50.13 | 31.78 | - |
| YUV | 184.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 139 | 0.03 | 0 | 0.28 | 0.25 | 65.66 | 0.3 | 0.65 |
| Hex | BB | C0 | 8B | 3 | 0 | 1C | 19 | 42 | 1E | 41 |
| Octal | 273 | 300 | 213 | 3 | 0 | 34 | 31 | 102 | 36 | 101 |
| Binary | 10111011 | 11000000 | 10001011 | 11 | 0 | 11100 | 11001 | 1000010 | 11110 | 1000001 |
Color Harmonies of #BBC08B
Complementary color
Monochromatic Colors of #BBC08B
Black with #BBC08B
Text Example
Text Example
White with #BBC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC08B; }
p { color: rgb(187,192,139); }
H1.HeaderClassName
{
color: #BBC08B;
}
.AnyTagClassName
{
color: #BBC08B;
}
</style>
background-color css
<style>
a { background-color: #BBC08B; }
a { background-color: rgb(187,192,139); }
div.DivClassName
{
background-color: #BBC08B;
}
.BgClassName
{
background-color: #BBC08B;
}
</style>
border-color css
<style>
span { border-color: #BBC08B; }
span { border-color: rgb(187,192,139); }
td.TdClassName
{
border-color: #BBC08B;
}
.TagClassName
{
border-color: #BBC08B;
}
</style>