Shades of Pine Glade #B5BD7D
Tints of Pine Glade #B5BD7D
RGB
CMYK
RGB Variations
Color information
#B5BD7D (or 0xB5BD7D) is known color: Pine Glade. HEX triplet: B5, BD and 7D. RGB value is (181,189,125). Sum of RGB (Red+Green+Blue) = 181+189+125=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7D is #4A4282. Grayscale: #B3B3B3. Windows color (decimal): -4866691 or 8240565. OLE color: 8240565.
HSL color Cylindrical-coordinate representation of color #B5BD7D: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5BD7D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 125 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.26 |
| HSL | 67.5º | 0.33% | 0.62% | - |
| HSV(B) | 67.5º | 0.34% | 0.74% | - |
| XYZ | 40.96 | 47.7 | 26.45 | - |
| YUV | 179.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 125 | 0.04 | 0 | 0.34 | 0.26 | 67.5 | 0.33 | 0.62 |
| Hex | B5 | BD | 7D | 4 | 0 | 22 | 1A | 44 | 21 | 3E |
| Octal | 265 | 275 | 175 | 4 | 0 | 42 | 32 | 104 | 41 | 76 |
| Binary | 10110101 | 10111101 | 1111101 | 100 | 0 | 100010 | 11010 | 1000100 | 100001 | 111110 |
Color Harmonies of #B5BD7D
Complementary color
Monochromatic Colors of #B5BD7D
Black with #B5BD7D
Text Example
Text Example
White with #B5BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD7D; }
p { color: rgb(181,189,125); }
H1.HeaderClassName
{
color: #B5BD7D;
}
.AnyTagClassName
{
color: #B5BD7D;
}
</style>
background-color css
<style>
a { background-color: #B5BD7D; }
a { background-color: rgb(181,189,125); }
div.DivClassName
{
background-color: #B5BD7D;
}
.BgClassName
{
background-color: #B5BD7D;
}
</style>
border-color css
<style>
span { border-color: #B5BD7D; }
span { border-color: rgb(181,189,125); }
td.TdClassName
{
border-color: #B5BD7D;
}
.TagClassName
{
border-color: #B5BD7D;
}
</style>