Shades of Pine Glade #B6BC7C
Tints of Pine Glade #B6BC7C
RGB
CMYK
RGB Variations
Color information
#B6BC7C (or 0xB6BC7C) is known color: Pine Glade. HEX triplet: B6, BC and 7C. RGB value is (182,188,124). Sum of RGB (Red+Green+Blue) = 182+188+124=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC7C is #494383. Grayscale: #B3B3B3. Windows color (decimal): -4801412 or 8174774. OLE color: 8174774.
HSL color Cylindrical-coordinate representation of color #B6BC7C: hue angle of 65.62º 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 #B6BC7C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 124 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.26 |
| HSL | 65.63º | 0.32% | 0.61% | - |
| HSV(B) | 65.63º | 0.34% | 0.74% | - |
| XYZ | 40.91 | 47.37 | 26.06 | - |
| YUV | 178.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 124 | 0.03 | 0 | 0.34 | 0.26 | 65.63 | 0.32 | 0.61 |
| Hex | B6 | BC | 7C | 3 | 0 | 22 | 1A | 42 | 20 | 3D |
| Octal | 266 | 274 | 174 | 3 | 0 | 42 | 32 | 102 | 40 | 75 |
| Binary | 10110110 | 10111100 | 1111100 | 11 | 0 | 100010 | 11010 | 1000010 | 100000 | 111101 |
Color Harmonies of #B6BC7C
Complementary color
Monochromatic Colors of #B6BC7C
Black with #B6BC7C
Text Example
Text Example
White with #B6BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC7C; }
p { color: rgb(182,188,124); }
H1.HeaderClassName
{
color: #B6BC7C;
}
.AnyTagClassName
{
color: #B6BC7C;
}
</style>
background-color css
<style>
a { background-color: #B6BC7C; }
a { background-color: rgb(182,188,124); }
div.DivClassName
{
background-color: #B6BC7C;
}
.BgClassName
{
background-color: #B6BC7C;
}
</style>
border-color css
<style>
span { border-color: #B6BC7C; }
span { border-color: rgb(182,188,124); }
td.TdClassName
{
border-color: #B6BC7C;
}
.TagClassName
{
border-color: #B6BC7C;
}
</style>