Shades of Pine Glade #BBC08A
Tints of Pine Glade #BBC08A
RGB
CMYK
RGB Variations
Color information
#BBC08A (or 0xBBC08A) is known color: Pine Glade. HEX triplet: BB, C0 and 8A. RGB value is (187,192,138). Sum of RGB (Red+Green+Blue) = 187+192+138=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08A is #443F75. Grayscale: #B8B8B8. Windows color (decimal): -4472694 or 9093307. OLE color: 9093307.
HSL color Cylindrical-coordinate representation of color #BBC08A: hue angle of 65.56º 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 #BBC08A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 138 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.25 |
| HSL | 65.56º | 0.3% | 0.65% | - |
| HSV(B) | 65.56º | 0.28% | 0.75% | - |
| XYZ | 43.93 | 50.1 | 31.4 | - |
| YUV | 184.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 138 | 0.03 | 0 | 0.28 | 0.25 | 65.56 | 0.3 | 0.65 |
| Hex | BB | C0 | 8A | 3 | 0 | 1C | 19 | 42 | 1E | 41 |
| Octal | 273 | 300 | 212 | 3 | 0 | 34 | 31 | 102 | 36 | 101 |
| Binary | 10111011 | 11000000 | 10001010 | 11 | 0 | 11100 | 11001 | 1000010 | 11110 | 1000001 |
Color Harmonies of #BBC08A
Complementary color
Monochromatic Colors of #BBC08A
Black with #BBC08A
Text Example
Text Example
White with #BBC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC08A; }
p { color: rgb(187,192,138); }
H1.HeaderClassName
{
color: #BBC08A;
}
.AnyTagClassName
{
color: #BBC08A;
}
</style>
background-color css
<style>
a { background-color: #BBC08A; }
a { background-color: rgb(187,192,138); }
div.DivClassName
{
background-color: #BBC08A;
}
.BgClassName
{
background-color: #BBC08A;
}
</style>
border-color css
<style>
span { border-color: #BBC08A; }
span { border-color: rgb(187,192,138); }
td.TdClassName
{
border-color: #BBC08A;
}
.TagClassName
{
border-color: #BBC08A;
}
</style>