Shades of Pine Glade #B2B57C
Tints of Pine Glade #B2B57C
RGB
CMYK
RGB Variations
Color information
#B2B57C (or 0xB2B57C) is known color: Pine Glade. HEX triplet: B2, B5 and 7C. RGB value is (178,181,124). Sum of RGB (Red+Green+Blue) = 178+181+124=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B57C is #4D4A83. Grayscale: #ADADAD. Windows color (decimal): -5065348 or 8172978. OLE color: 8172978.
HSL color Cylindrical-coordinate representation of color #B2B57C: hue angle of 63.16º 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 #B2B57C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 124 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.29 |
| HSL | 63.16º | 0.28% | 0.6% | - |
| HSV(B) | 63.16º | 0.31% | 0.71% | - |
| XYZ | 38.52 | 43.97 | 25.53 | - |
| YUV | 173.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 124 | 0.02 | 0 | 0.31 | 0.29 | 63.16 | 0.28 | 0.6 |
| Hex | B2 | B5 | 7C | 2 | 0 | 1F | 1D | 3F | 1C | 3C |
| Octal | 262 | 265 | 174 | 2 | 0 | 37 | 35 | 77 | 34 | 74 |
| Binary | 10110010 | 10110101 | 1111100 | 10 | 0 | 11111 | 11101 | 111111 | 11100 | 111100 |
Color Harmonies of #B2B57C
Complementary color
Monochromatic Colors of #B2B57C
Black with #B2B57C
Text Example
Text Example
White with #B2B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B57C; }
p { color: rgb(178,181,124); }
H1.HeaderClassName
{
color: #B2B57C;
}
.AnyTagClassName
{
color: #B2B57C;
}
</style>
background-color css
<style>
a { background-color: #B2B57C; }
a { background-color: rgb(178,181,124); }
div.DivClassName
{
background-color: #B2B57C;
}
.BgClassName
{
background-color: #B2B57C;
}
</style>
border-color css
<style>
span { border-color: #B2B57C; }
span { border-color: rgb(178,181,124); }
td.TdClassName
{
border-color: #B2B57C;
}
.TagClassName
{
border-color: #B2B57C;
}
</style>