Shades of Pine Glade #B9BE7C
Tints of Pine Glade #B9BE7C
RGB
CMYK
RGB Variations
Color information
#B9BE7C (or 0xB9BE7C) is known color: Pine Glade. HEX triplet: B9, BE and 7C. RGB value is (185,190,124). Sum of RGB (Red+Green+Blue) = 185+190+124=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7C is #464183. Grayscale: #B5B5B5. Windows color (decimal): -4604292 or 8175289. OLE color: 8175289.
HSL color Cylindrical-coordinate representation of color #B9BE7C: hue angle of 64.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9BE7C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 124 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.25 |
| HSL | 64.55º | 0.34% | 0.62% | - |
| HSV(B) | 64.55º | 0.35% | 0.75% | - |
| XYZ | 42.06 | 48.6 | 26.23 | - |
| YUV | 180.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 124 | 0.03 | 0 | 0.35 | 0.25 | 64.55 | 0.34 | 0.62 |
| Hex | B9 | BE | 7C | 3 | 0 | 23 | 19 | 41 | 22 | 3E |
| Octal | 271 | 276 | 174 | 3 | 0 | 43 | 31 | 101 | 42 | 76 |
| Binary | 10111001 | 10111110 | 1111100 | 11 | 0 | 100011 | 11001 | 1000001 | 100010 | 111110 |
Color Harmonies of #B9BE7C
Complementary color
Monochromatic Colors of #B9BE7C
Black with #B9BE7C
Text Example
Text Example
White with #B9BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE7C; }
p { color: rgb(185,190,124); }
H1.HeaderClassName
{
color: #B9BE7C;
}
.AnyTagClassName
{
color: #B9BE7C;
}
</style>
background-color css
<style>
a { background-color: #B9BE7C; }
a { background-color: rgb(185,190,124); }
div.DivClassName
{
background-color: #B9BE7C;
}
.BgClassName
{
background-color: #B9BE7C;
}
</style>
border-color css
<style>
span { border-color: #B9BE7C; }
span { border-color: rgb(185,190,124); }
td.TdClassName
{
border-color: #B9BE7C;
}
.TagClassName
{
border-color: #B9BE7C;
}
</style>