Shades of Pine Glade #B7BC8A
Tints of Pine Glade #B7BC8A
RGB
CMYK
RGB Variations
Color information
#B7BC8A (or 0xB7BC8A) is known color: Pine Glade. HEX triplet: B7, BC and 8A. RGB value is (183,188,138). Sum of RGB (Red+Green+Blue) = 183+188+138=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC8A is #484375. Grayscale: #B5B5B5. Windows color (decimal): -4735862 or 9092279. OLE color: 9092279.
HSL color Cylindrical-coordinate representation of color #B7BC8A: hue angle of 66º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7BC8A is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 138 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.26 |
| HSL | 66º | 0.27% | 0.64% | - |
| HSV(B) | 66º | 0.27% | 0.74% | - |
| XYZ | 42.1 | 47.87 | 31.07 | - |
| YUV | 180.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 138 | 0.03 | 0 | 0.27 | 0.26 | 66 | 0.27 | 0.64 |
| Hex | B7 | BC | 8A | 3 | 0 | 1B | 1A | 42 | 1B | 40 |
| Octal | 267 | 274 | 212 | 3 | 0 | 33 | 32 | 102 | 33 | 100 |
| Binary | 10110111 | 10111100 | 10001010 | 11 | 0 | 11011 | 11010 | 1000010 | 11011 | 1000000 |
Color Harmonies of #B7BC8A
Complementary color
Monochromatic Colors of #B7BC8A
Black with #B7BC8A
Text Example
Text Example
White with #B7BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC8A; }
p { color: rgb(183,188,138); }
H1.HeaderClassName
{
color: #B7BC8A;
}
.AnyTagClassName
{
color: #B7BC8A;
}
</style>
background-color css
<style>
a { background-color: #B7BC8A; }
a { background-color: rgb(183,188,138); }
div.DivClassName
{
background-color: #B7BC8A;
}
.BgClassName
{
background-color: #B7BC8A;
}
</style>
border-color css
<style>
span { border-color: #B7BC8A; }
span { border-color: rgb(183,188,138); }
td.TdClassName
{
border-color: #B7BC8A;
}
.TagClassName
{
border-color: #B7BC8A;
}
</style>