Shades of Pine Glade #B2B976
Tints of Pine Glade #B2B976
RGB
CMYK
RGB Variations
Color information
#B2B976 (or 0xB2B976) is known color: Pine Glade. HEX triplet: B2, B9 and 76. RGB value is (178,185,118). Sum of RGB (Red+Green+Blue) = 178+185+118=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B976 is #4D4689. Grayscale: #AFAFAF. Windows color (decimal): -5064330 or 7780786. OLE color: 7780786.
HSL color Cylindrical-coordinate representation of color #B2B976: hue angle of 66.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2B976 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 118 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.27 |
| HSL | 66.27º | 0.32% | 0.59% | - |
| HSV(B) | 66.27º | 0.36% | 0.73% | - |
| XYZ | 38.98 | 45.47 | 23.86 | - |
| YUV | 175.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 118 | 0.04 | 0 | 0.36 | 0.27 | 66.27 | 0.32 | 0.59 |
| Hex | B2 | B9 | 76 | 4 | 0 | 24 | 1B | 42 | 20 | 3B |
| Octal | 262 | 271 | 166 | 4 | 0 | 44 | 33 | 102 | 40 | 73 |
| Binary | 10110010 | 10111001 | 1110110 | 100 | 0 | 100100 | 11011 | 1000010 | 100000 | 111011 |
Color Harmonies of #B2B976
Complementary color
Monochromatic Colors of #B2B976
Black with #B2B976
Text Example
Text Example
White with #B2B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B976; }
p { color: rgb(178,185,118); }
H1.HeaderClassName
{
color: #B2B976;
}
.AnyTagClassName
{
color: #B2B976;
}
</style>
background-color css
<style>
a { background-color: #B2B976; }
a { background-color: rgb(178,185,118); }
div.DivClassName
{
background-color: #B2B976;
}
.BgClassName
{
background-color: #B2B976;
}
</style>
border-color css
<style>
span { border-color: #B2B976; }
span { border-color: rgb(178,185,118); }
td.TdClassName
{
border-color: #B2B976;
}
.TagClassName
{
border-color: #B2B976;
}
</style>