Shades of Pine Glade #B1B682
Tints of Pine Glade #B1B682
RGB
CMYK
RGB Variations
Color information
#B1B682 (or 0xB1B682) is known color: Pine Glade. HEX triplet: B1, B6 and 82. RGB value is (177,182,130). Sum of RGB (Red+Green+Blue) = 177+182+130=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B682 is #4E497D. Grayscale: #AEAEAE. Windows color (decimal): -5130622 or 8566449. OLE color: 8566449.
HSL color Cylindrical-coordinate representation of color #B1B682: hue angle of 65.77º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1B682 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 182 | 130 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.29 |
| HSL | 65.77º | 0.26% | 0.61% | - |
| HSV(B) | 65.77º | 0.29% | 0.71% | - |
| XYZ | 38.89 | 44.41 | 27.64 | - |
| YUV | 174.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 130 | 0.03 | 0 | 0.29 | 0.29 | 65.77 | 0.26 | 0.61 |
| Hex | B1 | B6 | 82 | 3 | 0 | 1D | 1D | 42 | 1A | 3D |
| Octal | 261 | 266 | 202 | 3 | 0 | 35 | 35 | 102 | 32 | 75 |
| Binary | 10110001 | 10110110 | 10000010 | 11 | 0 | 11101 | 11101 | 1000010 | 11010 | 111101 |
Color Harmonies of #B1B682
Complementary color
Monochromatic Colors of #B1B682
Black with #B1B682
Text Example
Text Example
White with #B1B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B682; }
p { color: rgb(177,182,130); }
H1.HeaderClassName
{
color: #B1B682;
}
.AnyTagClassName
{
color: #B1B682;
}
</style>
background-color css
<style>
a { background-color: #B1B682; }
a { background-color: rgb(177,182,130); }
div.DivClassName
{
background-color: #B1B682;
}
.BgClassName
{
background-color: #B1B682;
}
</style>
border-color css
<style>
span { border-color: #B1B682; }
span { border-color: rgb(177,182,130); }
td.TdClassName
{
border-color: #B1B682;
}
.TagClassName
{
border-color: #B1B682;
}
</style>