Shades of Pine Glade #B9BC7C
Tints of Pine Glade #B9BC7C
RGB
CMYK
RGB Variations
Color information
#B9BC7C (or 0xB9BC7C) is known color: Pine Glade. HEX triplet: B9, BC and 7C. RGB value is (185,188,124). Sum of RGB (Red+Green+Blue) = 185+188+124=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC7C is #464383. Grayscale: #B4B4B4. Windows color (decimal): -4604804 or 8174777. OLE color: 8174777.
HSL color Cylindrical-coordinate representation of color #B9BC7C: hue angle of 62.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9BC7C is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 124 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.26 |
| HSL | 62.81º | 0.32% | 0.61% | - |
| HSV(B) | 62.81º | 0.34% | 0.74% | - |
| XYZ | 41.63 | 47.74 | 26.09 | - |
| YUV | 179.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 124 | 0.02 | 0 | 0.34 | 0.26 | 62.81 | 0.32 | 0.61 |
| Hex | B9 | BC | 7C | 2 | 0 | 22 | 1A | 3F | 20 | 3D |
| Octal | 271 | 274 | 174 | 2 | 0 | 42 | 32 | 77 | 40 | 75 |
| Binary | 10111001 | 10111100 | 1111100 | 10 | 0 | 100010 | 11010 | 111111 | 100000 | 111101 |
Color Harmonies of #B9BC7C
Complementary color
Monochromatic Colors of #B9BC7C
Black with #B9BC7C
Text Example
Text Example
White with #B9BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC7C; }
p { color: rgb(185,188,124); }
H1.HeaderClassName
{
color: #B9BC7C;
}
.AnyTagClassName
{
color: #B9BC7C;
}
</style>
background-color css
<style>
a { background-color: #B9BC7C; }
a { background-color: rgb(185,188,124); }
div.DivClassName
{
background-color: #B9BC7C;
}
.BgClassName
{
background-color: #B9BC7C;
}
</style>
border-color css
<style>
span { border-color: #B9BC7C; }
span { border-color: rgb(185,188,124); }
td.TdClassName
{
border-color: #B9BC7C;
}
.TagClassName
{
border-color: #B9BC7C;
}
</style>