Shades of Pine Glade #B5BD7E
Tints of Pine Glade #B5BD7E
RGB
CMYK
RGB Variations
Color information
#B5BD7E (or 0xB5BD7E) is known color: Pine Glade. HEX triplet: B5, BD and 7E. RGB value is (181,189,126). Sum of RGB (Red+Green+Blue) = 181+189+126=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7E is #4A4281. Grayscale: #B3B3B3. Windows color (decimal): -4866690 or 8306101. OLE color: 8306101.
HSL color Cylindrical-coordinate representation of color #B5BD7E: hue angle of 67.62º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5BD7E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 126 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.26 |
| HSL | 67.62º | 0.32% | 0.62% | - |
| HSV(B) | 67.62º | 0.33% | 0.74% | - |
| XYZ | 41.02 | 47.73 | 26.79 | - |
| YUV | 179.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 126 | 0.04 | 0 | 0.33 | 0.26 | 67.62 | 0.32 | 0.62 |
| Hex | B5 | BD | 7E | 4 | 0 | 21 | 1A | 44 | 20 | 3E |
| Octal | 265 | 275 | 176 | 4 | 0 | 41 | 32 | 104 | 40 | 76 |
| Binary | 10110101 | 10111101 | 1111110 | 100 | 0 | 100001 | 11010 | 1000100 | 100000 | 111110 |
Color Harmonies of #B5BD7E
Complementary color
Monochromatic Colors of #B5BD7E
Black with #B5BD7E
Text Example
Text Example
White with #B5BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD7E; }
p { color: rgb(181,189,126); }
H1.HeaderClassName
{
color: #B5BD7E;
}
.AnyTagClassName
{
color: #B5BD7E;
}
</style>
background-color css
<style>
a { background-color: #B5BD7E; }
a { background-color: rgb(181,189,126); }
div.DivClassName
{
background-color: #B5BD7E;
}
.BgClassName
{
background-color: #B5BD7E;
}
</style>
border-color css
<style>
span { border-color: #B5BD7E; }
span { border-color: rgb(181,189,126); }
td.TdClassName
{
border-color: #B5BD7E;
}
.TagClassName
{
border-color: #B5BD7E;
}
</style>