Shades of Pine Glade #B7BC7A
Tints of Pine Glade #B7BC7A
RGB
CMYK
RGB Variations
Color information
#B7BC7A (or 0xB7BC7A) is known color: Pine Glade. HEX triplet: B7, BC and 7A. RGB value is (183,188,122). Sum of RGB (Red+Green+Blue) = 183+188+122=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC7A is #484385. Grayscale: #B3B3B3. Windows color (decimal): -4735878 or 8043703. OLE color: 8043703.
HSL color Cylindrical-coordinate representation of color #B7BC7A: hue angle of 64.55º 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 #B7BC7A is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 122 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.26 |
| HSL | 64.55º | 0.33% | 0.61% | - |
| HSV(B) | 64.55º | 0.35% | 0.74% | - |
| XYZ | 41.02 | 47.44 | 25.41 | - |
| YUV | 178.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 122 | 0.03 | 0 | 0.35 | 0.26 | 64.55 | 0.33 | 0.61 |
| Hex | B7 | BC | 7A | 3 | 0 | 23 | 1A | 41 | 21 | 3D |
| Octal | 267 | 274 | 172 | 3 | 0 | 43 | 32 | 101 | 41 | 75 |
| Binary | 10110111 | 10111100 | 1111010 | 11 | 0 | 100011 | 11010 | 1000001 | 100001 | 111101 |
Color Harmonies of #B7BC7A
Complementary color
Monochromatic Colors of #B7BC7A
Black with #B7BC7A
Text Example
Text Example
White with #B7BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC7A; }
p { color: rgb(183,188,122); }
H1.HeaderClassName
{
color: #B7BC7A;
}
.AnyTagClassName
{
color: #B7BC7A;
}
</style>
background-color css
<style>
a { background-color: #B7BC7A; }
a { background-color: rgb(183,188,122); }
div.DivClassName
{
background-color: #B7BC7A;
}
.BgClassName
{
background-color: #B7BC7A;
}
</style>
border-color css
<style>
span { border-color: #B7BC7A; }
span { border-color: rgb(183,188,122); }
td.TdClassName
{
border-color: #B7BC7A;
}
.TagClassName
{
border-color: #B7BC7A;
}
</style>