Shades of Pine Glade #B2B689
Tints of Pine Glade #B2B689
RGB
CMYK
RGB Variations
Color information
#B2B689 (or 0xB2B689) is known color: Pine Glade. HEX triplet: B2, B6 and 89. RGB value is (178,182,137). Sum of RGB (Red+Green+Blue) = 178+182+137=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B689 is #4D4976. Grayscale: #AFAFAF. Windows color (decimal): -5065079 or 9025202. OLE color: 9025202.
HSL color Cylindrical-coordinate representation of color #B2B689: hue angle of 65.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B689 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 137 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.29 |
| HSL | 65.33º | 0.24% | 0.63% | - |
| HSV(B) | 65.33º | 0.25% | 0.71% | - |
| XYZ | 39.6 | 44.73 | 30.21 | - |
| YUV | 175.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 137 | 0.02 | 0 | 0.25 | 0.29 | 65.33 | 0.24 | 0.63 |
| Hex | B2 | B6 | 89 | 2 | 0 | 19 | 1D | 41 | 18 | 3F |
| Octal | 262 | 266 | 211 | 2 | 0 | 31 | 35 | 101 | 30 | 77 |
| Binary | 10110010 | 10110110 | 10001001 | 10 | 0 | 11001 | 11101 | 1000001 | 11000 | 111111 |
Color Harmonies of #B2B689
Complementary color
Monochromatic Colors of #B2B689
Black with #B2B689
Text Example
Text Example
White with #B2B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B689; }
p { color: rgb(178,182,137); }
H1.HeaderClassName
{
color: #B2B689;
}
.AnyTagClassName
{
color: #B2B689;
}
</style>
background-color css
<style>
a { background-color: #B2B689; }
a { background-color: rgb(178,182,137); }
div.DivClassName
{
background-color: #B2B689;
}
.BgClassName
{
background-color: #B2B689;
}
</style>
border-color css
<style>
span { border-color: #B2B689; }
span { border-color: rgb(178,182,137); }
td.TdClassName
{
border-color: #B2B689;
}
.TagClassName
{
border-color: #B2B689;
}
</style>