Shades of Pine Glade #B7BC83
Tints of Pine Glade #B7BC83
RGB
CMYK
RGB Variations
Color information
#B7BC83 (or 0xB7BC83) is known color: Pine Glade. HEX triplet: B7, BC and 83. RGB value is (183,188,131). Sum of RGB (Red+Green+Blue) = 183+188+131=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC83 is #48437C. Grayscale: #B4B4B4. Windows color (decimal): -4735869 or 8633527. OLE color: 8633527.
HSL color Cylindrical-coordinate representation of color #B7BC83: hue angle of 65.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7BC83 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 131 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.26 |
| HSL | 65.26º | 0.3% | 0.63% | - |
| HSV(B) | 65.26º | 0.3% | 0.74% | - |
| XYZ | 41.61 | 47.67 | 28.48 | - |
| YUV | 180.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 131 | 0.03 | 0 | 0.30 | 0.26 | 65.26 | 0.3 | 0.63 |
| Hex | B7 | BC | 83 | 3 | 0 | 1E | 1A | 41 | 1E | 3F |
| Octal | 267 | 274 | 203 | 3 | 0 | 36 | 32 | 101 | 36 | 77 |
| Binary | 10110111 | 10111100 | 10000011 | 11 | 0 | 11110 | 11010 | 1000001 | 11110 | 111111 |
Color Harmonies of #B7BC83
Complementary color
Monochromatic Colors of #B7BC83
Black with #B7BC83
Text Example
Text Example
White with #B7BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC83; }
p { color: rgb(183,188,131); }
H1.HeaderClassName
{
color: #B7BC83;
}
.AnyTagClassName
{
color: #B7BC83;
}
</style>
background-color css
<style>
a { background-color: #B7BC83; }
a { background-color: rgb(183,188,131); }
div.DivClassName
{
background-color: #B7BC83;
}
.BgClassName
{
background-color: #B7BC83;
}
</style>
border-color css
<style>
span { border-color: #B7BC83; }
span { border-color: rgb(183,188,131); }
td.TdClassName
{
border-color: #B7BC83;
}
.TagClassName
{
border-color: #B7BC83;
}
</style>