Shades of Pine Glade #B2B97D
Tints of Pine Glade #B2B97D
RGB
CMYK
RGB Variations
Color information
#B2B97D (or 0xB2B97D) is known color: Pine Glade. HEX triplet: B2, B9 and 7D. RGB value is (178,185,125). Sum of RGB (Red+Green+Blue) = 178+185+125=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B97D is #4D4682. Grayscale: #B0B0B0. Windows color (decimal): -5064323 or 8239538. OLE color: 8239538.
HSL color Cylindrical-coordinate representation of color #B2B97D: hue angle of 67º 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 #B2B97D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 125 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.27 |
| HSL | 67º | 0.3% | 0.61% | - |
| HSV(B) | 67º | 0.32% | 0.73% | - |
| XYZ | 39.41 | 45.64 | 26.13 | - |
| YUV | 176.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 125 | 0.04 | 0 | 0.32 | 0.27 | 67 | 0.3 | 0.61 |
| Hex | B2 | B9 | 7D | 4 | 0 | 20 | 1B | 43 | 1E | 3D |
| Octal | 262 | 271 | 175 | 4 | 0 | 40 | 33 | 103 | 36 | 75 |
| Binary | 10110010 | 10111001 | 1111101 | 100 | 0 | 100000 | 11011 | 1000011 | 11110 | 111101 |
Color Harmonies of #B2B97D
Complementary color
Monochromatic Colors of #B2B97D
Black with #B2B97D
Text Example
Text Example
White with #B2B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B97D; }
p { color: rgb(178,185,125); }
H1.HeaderClassName
{
color: #B2B97D;
}
.AnyTagClassName
{
color: #B2B97D;
}
</style>
background-color css
<style>
a { background-color: #B2B97D; }
a { background-color: rgb(178,185,125); }
div.DivClassName
{
background-color: #B2B97D;
}
.BgClassName
{
background-color: #B2B97D;
}
</style>
border-color css
<style>
span { border-color: #B2B97D; }
span { border-color: rgb(178,185,125); }
td.TdClassName
{
border-color: #B2B97D;
}
.TagClassName
{
border-color: #B2B97D;
}
</style>