Shades of Pine Glade #B8B988
Tints of Pine Glade #B8B988
RGB
CMYK
RGB Variations
Color information
#B8B988 (or 0xB8B988) is known color: Pine Glade. HEX triplet: B8, B9 and 88. RGB value is (184,185,136). Sum of RGB (Red+Green+Blue) = 184+185+136=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B988 is #474677. Grayscale: #B3B3B3. Windows color (decimal): -4671096 or 8960440. OLE color: 8960440.
HSL color Cylindrical-coordinate representation of color #B8B988: hue angle of 61.22º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8B988 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 136 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.27 |
| HSL | 61.22º | 0.26% | 0.63% | - |
| HSV(B) | 61.22º | 0.26% | 0.73% | - |
| XYZ | 41.56 | 46.67 | 30.11 | - |
| YUV | 179.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 136 | 0.01 | 0 | 0.26 | 0.27 | 61.22 | 0.26 | 0.63 |
| Hex | B8 | B9 | 88 | 1 | 0 | 1A | 1B | 3D | 1A | 3F |
| Octal | 270 | 271 | 210 | 1 | 0 | 32 | 33 | 75 | 32 | 77 |
| Binary | 10111000 | 10111001 | 10001000 | 1 | 0 | 11010 | 11011 | 111101 | 11010 | 111111 |
Color Harmonies of #B8B988
Complementary color
Monochromatic Colors of #B8B988
Black with #B8B988
Text Example
Text Example
White with #B8B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B988; }
p { color: rgb(184,185,136); }
H1.HeaderClassName
{
color: #B8B988;
}
.AnyTagClassName
{
color: #B8B988;
}
</style>
background-color css
<style>
a { background-color: #B8B988; }
a { background-color: rgb(184,185,136); }
div.DivClassName
{
background-color: #B8B988;
}
.BgClassName
{
background-color: #B8B988;
}
</style>
border-color css
<style>
span { border-color: #B8B988; }
span { border-color: rgb(184,185,136); }
td.TdClassName
{
border-color: #B8B988;
}
.TagClassName
{
border-color: #B8B988;
}
</style>