Shades of Pine Glade #B5B97D
Tints of Pine Glade #B5B97D
RGB
CMYK
RGB Variations
Color information
#B5B97D (or 0xB5B97D) is known color: Pine Glade. HEX triplet: B5, B9 and 7D. RGB value is (181,185,125). Sum of RGB (Red+Green+Blue) = 181+185+125=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B97D is #4A4682. Grayscale: #B1B1B1. Windows color (decimal): -4867715 or 8239541. OLE color: 8239541.
HSL color Cylindrical-coordinate representation of color #B5B97D: hue angle of 64º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B97D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 125 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.27 |
| HSL | 64º | 0.3% | 0.61% | - |
| HSV(B) | 64º | 0.32% | 0.73% | - |
| XYZ | 40.11 | 46 | 26.17 | - |
| YUV | 176.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 125 | 0.02 | 0 | 0.32 | 0.27 | 64 | 0.3 | 0.61 |
| Hex | B5 | B9 | 7D | 2 | 0 | 20 | 1B | 40 | 1E | 3D |
| Octal | 265 | 271 | 175 | 2 | 0 | 40 | 33 | 100 | 36 | 75 |
| Binary | 10110101 | 10111001 | 1111101 | 10 | 0 | 100000 | 11011 | 1000000 | 11110 | 111101 |
Color Harmonies of #B5B97D
Complementary color
Monochromatic Colors of #B5B97D
Black with #B5B97D
Text Example
Text Example
White with #B5B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B97D; }
p { color: rgb(181,185,125); }
H1.HeaderClassName
{
color: #B5B97D;
}
.AnyTagClassName
{
color: #B5B97D;
}
</style>
background-color css
<style>
a { background-color: #B5B97D; }
a { background-color: rgb(181,185,125); }
div.DivClassName
{
background-color: #B5B97D;
}
.BgClassName
{
background-color: #B5B97D;
}
</style>
border-color css
<style>
span { border-color: #B5B97D; }
span { border-color: rgb(181,185,125); }
td.TdClassName
{
border-color: #B5B97D;
}
.TagClassName
{
border-color: #B5B97D;
}
</style>