Shades of Pine Glade #B2B588
Tints of Pine Glade #B2B588
RGB
CMYK
RGB Variations
Color information
#B2B588 (or 0xB2B588) is known color: Pine Glade. HEX triplet: B2, B5 and 88. RGB value is (178,181,136). Sum of RGB (Red+Green+Blue) = 178+181+136=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B588 is #4D4A77. Grayscale: #AFAFAF. Windows color (decimal): -5065336 or 8959410. OLE color: 8959410.
HSL color Cylindrical-coordinate representation of color #B2B588: hue angle of 64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B588 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 136 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.29 |
| HSL | 64º | 0.23% | 0.62% | - |
| HSV(B) | 64º | 0.25% | 0.71% | - |
| XYZ | 39.33 | 44.29 | 29.77 | - |
| YUV | 174.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 136 | 0.02 | 0 | 0.25 | 0.29 | 64 | 0.23 | 0.62 |
| Hex | B2 | B5 | 88 | 2 | 0 | 19 | 1D | 40 | 17 | 3E |
| Octal | 262 | 265 | 210 | 2 | 0 | 31 | 35 | 100 | 27 | 76 |
| Binary | 10110010 | 10110101 | 10001000 | 10 | 0 | 11001 | 11101 | 1000000 | 10111 | 111110 |
Color Harmonies of #B2B588
Complementary color
Monochromatic Colors of #B2B588
Black with #B2B588
Text Example
Text Example
White with #B2B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B588; }
p { color: rgb(178,181,136); }
H1.HeaderClassName
{
color: #B2B588;
}
.AnyTagClassName
{
color: #B2B588;
}
</style>
background-color css
<style>
a { background-color: #B2B588; }
a { background-color: rgb(178,181,136); }
div.DivClassName
{
background-color: #B2B588;
}
.BgClassName
{
background-color: #B2B588;
}
</style>
border-color css
<style>
span { border-color: #B2B588; }
span { border-color: rgb(178,181,136); }
td.TdClassName
{
border-color: #B2B588;
}
.TagClassName
{
border-color: #B2B588;
}
</style>