Shades of Pine Glade #B8BA8B
Tints of Pine Glade #B8BA8B
RGB
CMYK
RGB Variations
Color information
#B8BA8B (or 0xB8BA8B) is known color: Pine Glade. HEX triplet: B8, BA and 8B. RGB value is (184,186,139). Sum of RGB (Red+Green+Blue) = 184+186+139=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA8B is #474574. Grayscale: #B4B4B4. Windows color (decimal): -4670837 or 9157304. OLE color: 9157304.
HSL color Cylindrical-coordinate representation of color #B8BA8B: hue angle of 62.55º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8BA8B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 139 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.27 |
| HSL | 62.55º | 0.25% | 0.64% | - |
| HSV(B) | 62.55º | 0.25% | 0.73% | - |
| XYZ | 41.99 | 47.17 | 31.32 | - |
| YUV | 180.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 139 | 0.01 | 0 | 0.25 | 0.27 | 62.55 | 0.25 | 0.64 |
| Hex | B8 | BA | 8B | 1 | 0 | 19 | 1B | 3F | 19 | 40 |
| Octal | 270 | 272 | 213 | 1 | 0 | 31 | 33 | 77 | 31 | 100 |
| Binary | 10111000 | 10111010 | 10001011 | 1 | 0 | 11001 | 11011 | 111111 | 11001 | 1000000 |
Color Harmonies of #B8BA8B
Complementary color
Monochromatic Colors of #B8BA8B
Black with #B8BA8B
Text Example
Text Example
White with #B8BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA8B; }
p { color: rgb(184,186,139); }
H1.HeaderClassName
{
color: #B8BA8B;
}
.AnyTagClassName
{
color: #B8BA8B;
}
</style>
background-color css
<style>
a { background-color: #B8BA8B; }
a { background-color: rgb(184,186,139); }
div.DivClassName
{
background-color: #B8BA8B;
}
.BgClassName
{
background-color: #B8BA8B;
}
</style>
border-color css
<style>
span { border-color: #B8BA8B; }
span { border-color: rgb(184,186,139); }
td.TdClassName
{
border-color: #B8BA8B;
}
.TagClassName
{
border-color: #B8BA8B;
}
</style>