Shades of Pine Glade #B7BE85
Tints of Pine Glade #B7BE85
RGB
CMYK
RGB Variations
Color information
#B7BE85 (or 0xB7BE85) is known color: Pine Glade. HEX triplet: B7, BE and 85. RGB value is (183,190,133). Sum of RGB (Red+Green+Blue) = 183+190+133=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BE85 is #48417A. Grayscale: #B5B5B5. Windows color (decimal): -4735355 or 8765111. OLE color: 8765111.
HSL color Cylindrical-coordinate representation of color #B7BE85: hue angle of 67.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7BE85 is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 190 | 133 | - |
| CMYK | 0.04 | 0 | 0.3 | 0.25 |
| HSL | 67.37º | 0.3% | 0.63% | - |
| HSV(B) | 67.37º | 0.3% | 0.75% | - |
| XYZ | 42.18 | 48.59 | 29.35 | - |
| YUV | 181.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 133 | 0.04 | 0 | 0.3 | 0.25 | 67.37 | 0.3 | 0.63 |
| Hex | B7 | BE | 85 | 4 | 0 | 1E | 19 | 43 | 1E | 3F |
| Octal | 267 | 276 | 205 | 4 | 0 | 36 | 31 | 103 | 36 | 77 |
| Binary | 10110111 | 10111110 | 10000101 | 100 | 0 | 11110 | 11001 | 1000011 | 11110 | 111111 |
Color Harmonies of #B7BE85
Complementary color
Monochromatic Colors of #B7BE85
Black with #B7BE85
Text Example
Text Example
White with #B7BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BE85; }
p { color: rgb(183,190,133); }
H1.HeaderClassName
{
color: #B7BE85;
}
.AnyTagClassName
{
color: #B7BE85;
}
</style>
background-color css
<style>
a { background-color: #B7BE85; }
a { background-color: rgb(183,190,133); }
div.DivClassName
{
background-color: #B7BE85;
}
.BgClassName
{
background-color: #B7BE85;
}
</style>
border-color css
<style>
span { border-color: #B7BE85; }
span { border-color: rgb(183,190,133); }
td.TdClassName
{
border-color: #B7BE85;
}
.TagClassName
{
border-color: #B7BE85;
}
</style>