Shades of Pine Glade #B5B67C
Tints of Pine Glade #B5B67C
RGB
CMYK
RGB Variations
Color information
#B5B67C (or 0xB5B67C) is known color: Pine Glade. HEX triplet: B5, B6 and 7C. RGB value is (181,182,124). Sum of RGB (Red+Green+Blue) = 181+182+124=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B67C is #4A4983. Grayscale: #AFAFAF. Windows color (decimal): -4868484 or 8173237. OLE color: 8173237.
HSL color Cylindrical-coordinate representation of color #B5B67C: hue angle of 61.03º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B67C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 124 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.29 |
| HSL | 61.03º | 0.28% | 0.6% | - |
| HSV(B) | 61.03º | 0.32% | 0.71% | - |
| XYZ | 39.42 | 44.73 | 25.63 | - |
| YUV | 175.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 124 | 0.01 | 0 | 0.32 | 0.29 | 61.03 | 0.28 | 0.6 |
| Hex | B5 | B6 | 7C | 1 | 0 | 20 | 1D | 3D | 1C | 3C |
| Octal | 265 | 266 | 174 | 1 | 0 | 40 | 35 | 75 | 34 | 74 |
| Binary | 10110101 | 10110110 | 1111100 | 1 | 0 | 100000 | 11101 | 111101 | 11100 | 111100 |
Color Harmonies of #B5B67C
Complementary color
Monochromatic Colors of #B5B67C
Black with #B5B67C
Text Example
Text Example
White with #B5B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B67C; }
p { color: rgb(181,182,124); }
H1.HeaderClassName
{
color: #B5B67C;
}
.AnyTagClassName
{
color: #B5B67C;
}
</style>
background-color css
<style>
a { background-color: #B5B67C; }
a { background-color: rgb(181,182,124); }
div.DivClassName
{
background-color: #B5B67C;
}
.BgClassName
{
background-color: #B5B67C;
}
</style>
border-color css
<style>
span { border-color: #B5B67C; }
span { border-color: rgb(181,182,124); }
td.TdClassName
{
border-color: #B5B67C;
}
.TagClassName
{
border-color: #B5B67C;
}
</style>