Shades of Pine Glade #B3BC7C
Tints of Pine Glade #B3BC7C
RGB
CMYK
RGB Variations
Color information
#B3BC7C (or 0xB3BC7C) is known color: Pine Glade. HEX triplet: B3, BC and 7C. RGB value is (179,188,124). Sum of RGB (Red+Green+Blue) = 179+188+124=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC7C is #4C4383. Grayscale: #B2B2B2. Windows color (decimal): -4998020 or 8174771. OLE color: 8174771.
HSL color Cylindrical-coordinate representation of color #B3BC7C: hue angle of 68.44º 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 #B3BC7C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 124 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.26 |
| HSL | 68.44º | 0.32% | 0.61% | - |
| HSV(B) | 68.44º | 0.34% | 0.74% | - |
| XYZ | 40.21 | 47.01 | 26.02 | - |
| YUV | 178.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 124 | 0.05 | 0 | 0.34 | 0.26 | 68.44 | 0.32 | 0.61 |
| Hex | B3 | BC | 7C | 5 | 0 | 22 | 1A | 44 | 20 | 3D |
| Octal | 263 | 274 | 174 | 5 | 0 | 42 | 32 | 104 | 40 | 75 |
| Binary | 10110011 | 10111100 | 1111100 | 101 | 0 | 100010 | 11010 | 1000100 | 100000 | 111101 |
Color Harmonies of #B3BC7C
Complementary color
Monochromatic Colors of #B3BC7C
Black with #B3BC7C
Text Example
Text Example
White with #B3BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC7C; }
p { color: rgb(179,188,124); }
H1.HeaderClassName
{
color: #B3BC7C;
}
.AnyTagClassName
{
color: #B3BC7C;
}
</style>
background-color css
<style>
a { background-color: #B3BC7C; }
a { background-color: rgb(179,188,124); }
div.DivClassName
{
background-color: #B3BC7C;
}
.BgClassName
{
background-color: #B3BC7C;
}
</style>
border-color css
<style>
span { border-color: #B3BC7C; }
span { border-color: rgb(179,188,124); }
td.TdClassName
{
border-color: #B3BC7C;
}
.TagClassName
{
border-color: #B3BC7C;
}
</style>