Shades of Pine Glade #B2B589
Tints of Pine Glade #B2B589
RGB
CMYK
RGB Variations
Color information
#B2B589 (or 0xB2B589) is known color: Pine Glade. HEX triplet: B2, B5 and 89. RGB value is (178,181,137). Sum of RGB (Red+Green+Blue) = 178+181+137=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B589 is #4D4A76. Grayscale: #AFAFAF. Windows color (decimal): -5065335 or 9024946. OLE color: 9024946.
HSL color Cylindrical-coordinate representation of color #B2B589: hue angle of 64.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B589 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 137 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.29 |
| HSL | 64.09º | 0.23% | 0.62% | - |
| HSV(B) | 64.09º | 0.24% | 0.71% | - |
| XYZ | 39.4 | 44.32 | 30.14 | - |
| YUV | 175.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 137 | 0.02 | 0 | 0.24 | 0.29 | 64.09 | 0.23 | 0.62 |
| Hex | B2 | B5 | 89 | 2 | 0 | 18 | 1D | 40 | 17 | 3E |
| Octal | 262 | 265 | 211 | 2 | 0 | 30 | 35 | 100 | 27 | 76 |
| Binary | 10110010 | 10110101 | 10001001 | 10 | 0 | 11000 | 11101 | 1000000 | 10111 | 111110 |
Color Harmonies of #B2B589
Complementary color
Monochromatic Colors of #B2B589
Black with #B2B589
Text Example
Text Example
White with #B2B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B589; }
p { color: rgb(178,181,137); }
H1.HeaderClassName
{
color: #B2B589;
}
.AnyTagClassName
{
color: #B2B589;
}
</style>
background-color css
<style>
a { background-color: #B2B589; }
a { background-color: rgb(178,181,137); }
div.DivClassName
{
background-color: #B2B589;
}
.BgClassName
{
background-color: #B2B589;
}
</style>
border-color css
<style>
span { border-color: #B2B589; }
span { border-color: rgb(178,181,137); }
td.TdClassName
{
border-color: #B2B589;
}
.TagClassName
{
border-color: #B2B589;
}
</style>