Shades of Pine Glade #B3B57C
Tints of Pine Glade #B3B57C
RGB
CMYK
RGB Variations
Color information
#B3B57C (or 0xB3B57C) is known color: Pine Glade. HEX triplet: B3, B5 and 7C. RGB value is (179,181,124). Sum of RGB (Red+Green+Blue) = 179+181+124=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B57C is #4C4A83. Grayscale: #AEAEAE. Windows color (decimal): -4999812 or 8172979. OLE color: 8172979.
HSL color Cylindrical-coordinate representation of color #B3B57C: hue angle of 62.11º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3B57C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 181 | 124 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.29 |
| HSL | 62.11º | 0.28% | 0.6% | - |
| HSV(B) | 62.11º | 0.31% | 0.71% | - |
| XYZ | 38.75 | 44.09 | 25.54 | - |
| YUV | 173.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 181 | 124 | 0.01 | 0 | 0.31 | 0.29 | 62.11 | 0.28 | 0.6 |
| Hex | B3 | B5 | 7C | 1 | 0 | 1F | 1D | 3E | 1C | 3C |
| Octal | 263 | 265 | 174 | 1 | 0 | 37 | 35 | 76 | 34 | 74 |
| Binary | 10110011 | 10110101 | 1111100 | 1 | 0 | 11111 | 11101 | 111110 | 11100 | 111100 |
Color Harmonies of #B3B57C
Complementary color
Monochromatic Colors of #B3B57C
Black with #B3B57C
Text Example
Text Example
White with #B3B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B57C; }
p { color: rgb(179,181,124); }
H1.HeaderClassName
{
color: #B3B57C;
}
.AnyTagClassName
{
color: #B3B57C;
}
</style>
background-color css
<style>
a { background-color: #B3B57C; }
a { background-color: rgb(179,181,124); }
div.DivClassName
{
background-color: #B3B57C;
}
.BgClassName
{
background-color: #B3B57C;
}
</style>
border-color css
<style>
span { border-color: #B3B57C; }
span { border-color: rgb(179,181,124); }
td.TdClassName
{
border-color: #B3B57C;
}
.TagClassName
{
border-color: #B3B57C;
}
</style>