Shades of Pine Glade #B8BB88
Tints of Pine Glade #B8BB88
RGB
CMYK
RGB Variations
Color information
#B8BB88 (or 0xB8BB88) is known color: Pine Glade. HEX triplet: B8, BB and 88. RGB value is (184,187,136). Sum of RGB (Red+Green+Blue) = 184+187+136=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BB88 is #474477. Grayscale: #B4B4B4. Windows color (decimal): -4670584 or 8960952. OLE color: 8960952.
HSL color Cylindrical-coordinate representation of color #B8BB88: hue angle of 63.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BB88 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 187 | 136 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.27 |
| HSL | 63.53º | 0.27% | 0.63% | - |
| HSV(B) | 63.53º | 0.27% | 0.73% | - |
| XYZ | 41.98 | 47.51 | 30.25 | - |
| YUV | 180.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 136 | 0.02 | 0 | 0.27 | 0.27 | 63.53 | 0.27 | 0.63 |
| Hex | B8 | BB | 88 | 2 | 0 | 1B | 1B | 40 | 1B | 3F |
| Octal | 270 | 273 | 210 | 2 | 0 | 33 | 33 | 100 | 33 | 77 |
| Binary | 10111000 | 10111011 | 10001000 | 10 | 0 | 11011 | 11011 | 1000000 | 11011 | 111111 |
Color Harmonies of #B8BB88
Complementary color
Monochromatic Colors of #B8BB88
Black with #B8BB88
Text Example
Text Example
White with #B8BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BB88; }
p { color: rgb(184,187,136); }
H1.HeaderClassName
{
color: #B8BB88;
}
.AnyTagClassName
{
color: #B8BB88;
}
</style>
background-color css
<style>
a { background-color: #B8BB88; }
a { background-color: rgb(184,187,136); }
div.DivClassName
{
background-color: #B8BB88;
}
.BgClassName
{
background-color: #B8BB88;
}
</style>
border-color css
<style>
span { border-color: #B8BB88; }
span { border-color: rgb(184,187,136); }
td.TdClassName
{
border-color: #B8BB88;
}
.TagClassName
{
border-color: #B8BB88;
}
</style>