Shades of Pine Glade #B7BC7B
Tints of Pine Glade #B7BC7B
RGB
CMYK
RGB Variations
Color information
#B7BC7B (or 0xB7BC7B) is known color: Pine Glade. HEX triplet: B7, BC and 7B. RGB value is (183,188,123). Sum of RGB (Red+Green+Blue) = 183+188+123=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC7B is #484384. Grayscale: #B3B3B3. Windows color (decimal): -4735877 or 8109239. OLE color: 8109239.
HSL color Cylindrical-coordinate representation of color #B7BC7B: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7BC7B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 123 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.26 |
| HSL | 64.62º | 0.33% | 0.61% | - |
| HSV(B) | 64.62º | 0.35% | 0.74% | - |
| XYZ | 41.09 | 47.46 | 25.73 | - |
| YUV | 179.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 123 | 0.03 | 0 | 0.35 | 0.26 | 64.62 | 0.33 | 0.61 |
| Hex | B7 | BC | 7B | 3 | 0 | 23 | 1A | 41 | 21 | 3D |
| Octal | 267 | 274 | 173 | 3 | 0 | 43 | 32 | 101 | 41 | 75 |
| Binary | 10110111 | 10111100 | 1111011 | 11 | 0 | 100011 | 11010 | 1000001 | 100001 | 111101 |
Color Harmonies of #B7BC7B
Complementary color
Monochromatic Colors of #B7BC7B
Black with #B7BC7B
Text Example
Text Example
White with #B7BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC7B; }
p { color: rgb(183,188,123); }
H1.HeaderClassName
{
color: #B7BC7B;
}
.AnyTagClassName
{
color: #B7BC7B;
}
</style>
background-color css
<style>
a { background-color: #B7BC7B; }
a { background-color: rgb(183,188,123); }
div.DivClassName
{
background-color: #B7BC7B;
}
.BgClassName
{
background-color: #B7BC7B;
}
</style>
border-color css
<style>
span { border-color: #B7BC7B; }
span { border-color: rgb(183,188,123); }
td.TdClassName
{
border-color: #B7BC7B;
}
.TagClassName
{
border-color: #B7BC7B;
}
</style>