Shades of Pine Glade #B2B679
Tints of Pine Glade #B2B679
RGB
CMYK
RGB Variations
Color information
#B2B679 (or 0xB2B679) is known color: Pine Glade. HEX triplet: B2, B6 and 79. RGB value is (178,182,121). Sum of RGB (Red+Green+Blue) = 178+182+121=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B679 is #4D4986. Grayscale: #AEAEAE. Windows color (decimal): -5065095 or 7976626. OLE color: 7976626.
HSL color Cylindrical-coordinate representation of color #B2B679: hue angle of 63.93º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2B679 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 121 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.29 |
| HSL | 63.93º | 0.29% | 0.59% | - |
| HSV(B) | 63.93º | 0.34% | 0.71% | - |
| XYZ | 38.54 | 44.3 | 24.61 | - |
| YUV | 173.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 121 | 0.02 | 0 | 0.34 | 0.29 | 63.93 | 0.29 | 0.59 |
| Hex | B2 | B6 | 79 | 2 | 0 | 22 | 1D | 40 | 1D | 3B |
| Octal | 262 | 266 | 171 | 2 | 0 | 42 | 35 | 100 | 35 | 73 |
| Binary | 10110010 | 10110110 | 1111001 | 10 | 0 | 100010 | 11101 | 1000000 | 11101 | 111011 |
Color Harmonies of #B2B679
Complementary color
Monochromatic Colors of #B2B679
Black with #B2B679
Text Example
Text Example
White with #B2B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B679; }
p { color: rgb(178,182,121); }
H1.HeaderClassName
{
color: #B2B679;
}
.AnyTagClassName
{
color: #B2B679;
}
</style>
background-color css
<style>
a { background-color: #B2B679; }
a { background-color: rgb(178,182,121); }
div.DivClassName
{
background-color: #B2B679;
}
.BgClassName
{
background-color: #B2B679;
}
</style>
border-color css
<style>
span { border-color: #B2B679; }
span { border-color: rgb(178,182,121); }
td.TdClassName
{
border-color: #B2B679;
}
.TagClassName
{
border-color: #B2B679;
}
</style>