Shades of Pine Glade #B5BD7C
Tints of Pine Glade #B5BD7C
RGB
CMYK
RGB Variations
Color information
#B5BD7C (or 0xB5BD7C) is known color: Pine Glade. HEX triplet: B5, BD and 7C. RGB value is (181,189,124). Sum of RGB (Red+Green+Blue) = 181+189+124=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7C is #4A4283. Grayscale: #B3B3B3. Windows color (decimal): -4866692 or 8175029. OLE color: 8175029.
HSL color Cylindrical-coordinate representation of color #B5BD7C: hue angle of 67.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5BD7C is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 124 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.26 |
| HSL | 67.38º | 0.33% | 0.61% | - |
| HSV(B) | 67.38º | 0.34% | 0.74% | - |
| XYZ | 40.89 | 47.67 | 26.12 | - |
| YUV | 179.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 124 | 0.04 | 0 | 0.34 | 0.26 | 67.38 | 0.33 | 0.61 |
| Hex | B5 | BD | 7C | 4 | 0 | 22 | 1A | 43 | 21 | 3D |
| Octal | 265 | 275 | 174 | 4 | 0 | 42 | 32 | 103 | 41 | 75 |
| Binary | 10110101 | 10111101 | 1111100 | 100 | 0 | 100010 | 11010 | 1000011 | 100001 | 111101 |
Color Harmonies of #B5BD7C
Complementary color
Monochromatic Colors of #B5BD7C
Black with #B5BD7C
Text Example
Text Example
White with #B5BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD7C; }
p { color: rgb(181,189,124); }
H1.HeaderClassName
{
color: #B5BD7C;
}
.AnyTagClassName
{
color: #B5BD7C;
}
</style>
background-color css
<style>
a { background-color: #B5BD7C; }
a { background-color: rgb(181,189,124); }
div.DivClassName
{
background-color: #B5BD7C;
}
.BgClassName
{
background-color: #B5BD7C;
}
</style>
border-color css
<style>
span { border-color: #B5BD7C; }
span { border-color: rgb(181,189,124); }
td.TdClassName
{
border-color: #B5BD7C;
}
.TagClassName
{
border-color: #B5BD7C;
}
</style>