Shades of Pine Glade #B2B97E
Tints of Pine Glade #B2B97E
RGB
CMYK
RGB Variations
Color information
#B2B97E (or 0xB2B97E) is known color: Pine Glade. HEX triplet: B2, B9 and 7E. RGB value is (178,185,126). Sum of RGB (Red+Green+Blue) = 178+185+126=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B97E is #4D4681. Grayscale: #B0B0B0. Windows color (decimal): -5064322 or 8305074. OLE color: 8305074.
HSL color Cylindrical-coordinate representation of color #B2B97E: hue angle of 67.12º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2B97E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 126 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.27 |
| HSL | 67.12º | 0.3% | 0.61% | - |
| HSV(B) | 67.12º | 0.32% | 0.73% | - |
| XYZ | 39.47 | 45.67 | 26.47 | - |
| YUV | 176.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 126 | 0.04 | 0 | 0.32 | 0.27 | 67.12 | 0.3 | 0.61 |
| Hex | B2 | B9 | 7E | 4 | 0 | 20 | 1B | 43 | 1E | 3D |
| Octal | 262 | 271 | 176 | 4 | 0 | 40 | 33 | 103 | 36 | 75 |
| Binary | 10110010 | 10111001 | 1111110 | 100 | 0 | 100000 | 11011 | 1000011 | 11110 | 111101 |
Color Harmonies of #B2B97E
Complementary color
Monochromatic Colors of #B2B97E
Black with #B2B97E
Text Example
Text Example
White with #B2B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B97E; }
p { color: rgb(178,185,126); }
H1.HeaderClassName
{
color: #B2B97E;
}
.AnyTagClassName
{
color: #B2B97E;
}
</style>
background-color css
<style>
a { background-color: #B2B97E; }
a { background-color: rgb(178,185,126); }
div.DivClassName
{
background-color: #B2B97E;
}
.BgClassName
{
background-color: #B2B97E;
}
</style>
border-color css
<style>
span { border-color: #B2B97E; }
span { border-color: rgb(178,185,126); }
td.TdClassName
{
border-color: #B2B97E;
}
.TagClassName
{
border-color: #B2B97E;
}
</style>