Shades of Pine Glade #B6BA88
Tints of Pine Glade #B6BA88
RGB
CMYK
RGB Variations
Color information
#B6BA88 (or 0xB6BA88) is known color: Pine Glade. HEX triplet: B6, BA and 88. RGB value is (182,186,136). Sum of RGB (Red+Green+Blue) = 182+186+136=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA88 is #494577. Grayscale: #B3B3B3. Windows color (decimal): -4801912 or 8960694. OLE color: 8960694.
HSL color Cylindrical-coordinate representation of color #B6BA88: hue angle of 64.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6BA88 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 136 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.27 |
| HSL | 64.8º | 0.27% | 0.63% | - |
| HSV(B) | 64.8º | 0.27% | 0.73% | - |
| XYZ | 41.29 | 46.84 | 30.16 | - |
| YUV | 179.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 136 | 0.02 | 0 | 0.27 | 0.27 | 64.8 | 0.27 | 0.63 |
| Hex | B6 | BA | 88 | 2 | 0 | 1B | 1B | 41 | 1B | 3F |
| Octal | 266 | 272 | 210 | 2 | 0 | 33 | 33 | 101 | 33 | 77 |
| Binary | 10110110 | 10111010 | 10001000 | 10 | 0 | 11011 | 11011 | 1000001 | 11011 | 111111 |
Color Harmonies of #B6BA88
Complementary color
Monochromatic Colors of #B6BA88
Black with #B6BA88
Text Example
Text Example
White with #B6BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA88; }
p { color: rgb(182,186,136); }
H1.HeaderClassName
{
color: #B6BA88;
}
.AnyTagClassName
{
color: #B6BA88;
}
</style>
background-color css
<style>
a { background-color: #B6BA88; }
a { background-color: rgb(182,186,136); }
div.DivClassName
{
background-color: #B6BA88;
}
.BgClassName
{
background-color: #B6BA88;
}
</style>
border-color css
<style>
span { border-color: #B6BA88; }
span { border-color: rgb(182,186,136); }
td.TdClassName
{
border-color: #B6BA88;
}
.TagClassName
{
border-color: #B6BA88;
}
</style>