Shades of Pine Glade #B6BC7E
Tints of Pine Glade #B6BC7E
RGB
CMYK
RGB Variations
Color information
#B6BC7E (or 0xB6BC7E) is known color: Pine Glade. HEX triplet: B6, BC and 7E. RGB value is (182,188,126). Sum of RGB (Red+Green+Blue) = 182+188+126=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC7E is #494381. Grayscale: #B3B3B3. Windows color (decimal): -4801410 or 8305846. OLE color: 8305846.
HSL color Cylindrical-coordinate representation of color #B6BC7E: hue angle of 65.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6BC7E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 126 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.26 |
| HSL | 65.81º | 0.32% | 0.62% | - |
| HSV(B) | 65.81º | 0.33% | 0.74% | - |
| XYZ | 41.04 | 47.42 | 26.73 | - |
| YUV | 179.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 126 | 0.03 | 0 | 0.33 | 0.26 | 65.81 | 0.32 | 0.62 |
| Hex | B6 | BC | 7E | 3 | 0 | 21 | 1A | 42 | 20 | 3E |
| Octal | 266 | 274 | 176 | 3 | 0 | 41 | 32 | 102 | 40 | 76 |
| Binary | 10110110 | 10111100 | 1111110 | 11 | 0 | 100001 | 11010 | 1000010 | 100000 | 111110 |
Color Harmonies of #B6BC7E
Complementary color
Monochromatic Colors of #B6BC7E
Black with #B6BC7E
Text Example
Text Example
White with #B6BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC7E; }
p { color: rgb(182,188,126); }
H1.HeaderClassName
{
color: #B6BC7E;
}
.AnyTagClassName
{
color: #B6BC7E;
}
</style>
background-color css
<style>
a { background-color: #B6BC7E; }
a { background-color: rgb(182,188,126); }
div.DivClassName
{
background-color: #B6BC7E;
}
.BgClassName
{
background-color: #B6BC7E;
}
</style>
border-color css
<style>
span { border-color: #B6BC7E; }
span { border-color: rgb(182,188,126); }
td.TdClassName
{
border-color: #B6BC7E;
}
.TagClassName
{
border-color: #B6BC7E;
}
</style>