Shades of Pine Glade #B1B282
Tints of Pine Glade #B1B282
RGB
CMYK
RGB Variations
Color information
#B1B282 (or 0xB1B282) is known color: Pine Glade. HEX triplet: B1, B2 and 82. RGB value is (177,178,130). Sum of RGB (Red+Green+Blue) = 177+178+130=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B282 is #4E4D7D. Grayscale: #ACACAC. Windows color (decimal): -5131646 or 8565425. OLE color: 8565425.
HSL color Cylindrical-coordinate representation of color #B1B282: hue angle of 61.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1B282 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 178 | 130 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.30 |
| HSL | 61.25º | 0.24% | 0.6% | - |
| HSV(B) | 61.25º | 0.27% | 0.7% | - |
| XYZ | 38.08 | 42.8 | 27.37 | - |
| YUV | 172.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 178 | 130 | 0.01 | 0 | 0.27 | 0.30 | 61.25 | 0.24 | 0.6 |
| Hex | B1 | B2 | 82 | 1 | 0 | 1B | 1E | 3D | 18 | 3C |
| Octal | 261 | 262 | 202 | 1 | 0 | 33 | 36 | 75 | 30 | 74 |
| Binary | 10110001 | 10110010 | 10000010 | 1 | 0 | 11011 | 11110 | 111101 | 11000 | 111100 |
Color Harmonies of #B1B282
Complementary color
Monochromatic Colors of #B1B282
Black with #B1B282
Text Example
Text Example
White with #B1B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B282; }
p { color: rgb(177,178,130); }
H1.HeaderClassName
{
color: #B1B282;
}
.AnyTagClassName
{
color: #B1B282;
}
</style>
background-color css
<style>
a { background-color: #B1B282; }
a { background-color: rgb(177,178,130); }
div.DivClassName
{
background-color: #B1B282;
}
.BgClassName
{
background-color: #B1B282;
}
</style>
border-color css
<style>
span { border-color: #B1B282; }
span { border-color: rgb(177,178,130); }
td.TdClassName
{
border-color: #B1B282;
}
.TagClassName
{
border-color: #B1B282;
}
</style>