Shades of Pine Glade #B9BD88
Tints of Pine Glade #B9BD88
RGB
CMYK
RGB Variations
Color information
#B9BD88 (or 0xB9BD88) is known color: Pine Glade. HEX triplet: B9, BD and 88. RGB value is (185,189,136). Sum of RGB (Red+Green+Blue) = 185+189+136=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD88 is #464277. Grayscale: #B5B5B5. Windows color (decimal): -4604536 or 8961465. OLE color: 8961465.
HSL color Cylindrical-coordinate representation of color #B9BD88: hue angle of 64.53º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9BD88 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 136 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.26 |
| HSL | 64.53º | 0.29% | 0.64% | - |
| HSV(B) | 64.53º | 0.28% | 0.74% | - |
| XYZ | 42.65 | 48.49 | 30.4 | - |
| YUV | 181.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 136 | 0.02 | 0 | 0.28 | 0.26 | 64.53 | 0.29 | 0.64 |
| Hex | B9 | BD | 88 | 2 | 0 | 1C | 1A | 41 | 1D | 40 |
| Octal | 271 | 275 | 210 | 2 | 0 | 34 | 32 | 101 | 35 | 100 |
| Binary | 10111001 | 10111101 | 10001000 | 10 | 0 | 11100 | 11010 | 1000001 | 11101 | 1000000 |
Color Harmonies of #B9BD88
Complementary color
Monochromatic Colors of #B9BD88
Black with #B9BD88
Text Example
Text Example
White with #B9BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD88; }
p { color: rgb(185,189,136); }
H1.HeaderClassName
{
color: #B9BD88;
}
.AnyTagClassName
{
color: #B9BD88;
}
</style>
background-color css
<style>
a { background-color: #B9BD88; }
a { background-color: rgb(185,189,136); }
div.DivClassName
{
background-color: #B9BD88;
}
.BgClassName
{
background-color: #B9BD88;
}
</style>
border-color css
<style>
span { border-color: #B9BD88; }
span { border-color: rgb(185,189,136); }
td.TdClassName
{
border-color: #B9BD88;
}
.TagClassName
{
border-color: #B9BD88;
}
</style>