Shades of Pine Glade #B7BA75
Tints of Pine Glade #B7BA75
RGB
CMYK
RGB Variations
Color information
#B7BA75 (or 0xB7BA75) is known color: Pine Glade. HEX triplet: B7, BA and 75. RGB value is (183,186,117). Sum of RGB (Red+Green+Blue) = 183+186+117=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA75 is #48458A. Grayscale: #B1B1B1. Windows color (decimal): -4736395 or 7715511. OLE color: 7715511.
HSL color Cylindrical-coordinate representation of color #B7BA75: hue angle of 62.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7BA75 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 117 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.27 |
| HSL | 62.61º | 0.33% | 0.59% | - |
| HSV(B) | 62.61º | 0.37% | 0.73% | - |
| XYZ | 40.3 | 46.47 | 23.68 | - |
| YUV | 177.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 117 | 0.02 | 0 | 0.37 | 0.27 | 62.61 | 0.33 | 0.59 |
| Hex | B7 | BA | 75 | 2 | 0 | 25 | 1B | 3F | 21 | 3B |
| Octal | 267 | 272 | 165 | 2 | 0 | 45 | 33 | 77 | 41 | 73 |
| Binary | 10110111 | 10111010 | 1110101 | 10 | 0 | 100101 | 11011 | 111111 | 100001 | 111011 |
Color Harmonies of #B7BA75
Complementary color
Monochromatic Colors of #B7BA75
Black with #B7BA75
Text Example
Text Example
White with #B7BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA75; }
p { color: rgb(183,186,117); }
H1.HeaderClassName
{
color: #B7BA75;
}
.AnyTagClassName
{
color: #B7BA75;
}
</style>
background-color css
<style>
a { background-color: #B7BA75; }
a { background-color: rgb(183,186,117); }
div.DivClassName
{
background-color: #B7BA75;
}
.BgClassName
{
background-color: #B7BA75;
}
</style>
border-color css
<style>
span { border-color: #B7BA75; }
span { border-color: rgb(183,186,117); }
td.TdClassName
{
border-color: #B7BA75;
}
.TagClassName
{
border-color: #B7BA75;
}
</style>