Shades of Pine Glade #B9BE89
Tints of Pine Glade #B9BE89
RGB
CMYK
RGB Variations
Color information
#B9BE89 (or 0xB9BE89) is known color: Pine Glade. HEX triplet: B9, BE and 89. RGB value is (185,190,137). Sum of RGB (Red+Green+Blue) = 185+190+137=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE89 is #464176. Grayscale: #B6B6B6. Windows color (decimal): -4604279 or 9027257. OLE color: 9027257.
HSL color Cylindrical-coordinate representation of color #B9BE89: hue angle of 65.66º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9BE89 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 137 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.25 |
| HSL | 65.66º | 0.29% | 0.64% | - |
| HSV(B) | 65.66º | 0.28% | 0.75% | - |
| XYZ | 42.94 | 48.95 | 30.85 | - |
| YUV | 182.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 137 | 0.03 | 0 | 0.28 | 0.25 | 65.66 | 0.29 | 0.64 |
| Hex | B9 | BE | 89 | 3 | 0 | 1C | 19 | 42 | 1D | 40 |
| Octal | 271 | 276 | 211 | 3 | 0 | 34 | 31 | 102 | 35 | 100 |
| Binary | 10111001 | 10111110 | 10001001 | 11 | 0 | 11100 | 11001 | 1000010 | 11101 | 1000000 |
Color Harmonies of #B9BE89
Complementary color
Monochromatic Colors of #B9BE89
Black with #B9BE89
Text Example
Text Example
White with #B9BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE89; }
p { color: rgb(185,190,137); }
H1.HeaderClassName
{
color: #B9BE89;
}
.AnyTagClassName
{
color: #B9BE89;
}
</style>
background-color css
<style>
a { background-color: #B9BE89; }
a { background-color: rgb(185,190,137); }
div.DivClassName
{
background-color: #B9BE89;
}
.BgClassName
{
background-color: #B9BE89;
}
</style>
border-color css
<style>
span { border-color: #B9BE89; }
span { border-color: rgb(185,190,137); }
td.TdClassName
{
border-color: #B9BE89;
}
.TagClassName
{
border-color: #B9BE89;
}
</style>