Shades of Pine Glade #B1B782
Tints of Pine Glade #B1B782
RGB
CMYK
RGB Variations
Color information
#B1B782 (or 0xB1B782) is known color: Pine Glade. HEX triplet: B1, B7 and 82. RGB value is (177,183,130). Sum of RGB (Red+Green+Blue) = 177+183+130=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B782 is #4E487D. Grayscale: #AFAFAF. Windows color (decimal): -5130366 or 8566705. OLE color: 8566705.
HSL color Cylindrical-coordinate representation of color #B1B782: hue angle of 66.79º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1B782 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 130 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.28 |
| HSL | 66.79º | 0.27% | 0.61% | - |
| HSV(B) | 66.79º | 0.29% | 0.72% | - |
| XYZ | 39.09 | 44.83 | 27.71 | - |
| YUV | 175.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 130 | 0.03 | 0 | 0.29 | 0.28 | 66.79 | 0.27 | 0.61 |
| Hex | B1 | B7 | 82 | 3 | 0 | 1D | 1C | 43 | 1B | 3D |
| Octal | 261 | 267 | 202 | 3 | 0 | 35 | 34 | 103 | 33 | 75 |
| Binary | 10110001 | 10110111 | 10000010 | 11 | 0 | 11101 | 11100 | 1000011 | 11011 | 111101 |
Color Harmonies of #B1B782
Complementary color
Monochromatic Colors of #B1B782
Black with #B1B782
Text Example
Text Example
White with #B1B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B782; }
p { color: rgb(177,183,130); }
H1.HeaderClassName
{
color: #B1B782;
}
.AnyTagClassName
{
color: #B1B782;
}
</style>
background-color css
<style>
a { background-color: #B1B782; }
a { background-color: rgb(177,183,130); }
div.DivClassName
{
background-color: #B1B782;
}
.BgClassName
{
background-color: #B1B782;
}
</style>
border-color css
<style>
span { border-color: #B1B782; }
span { border-color: rgb(177,183,130); }
td.TdClassName
{
border-color: #B1B782;
}
.TagClassName
{
border-color: #B1B782;
}
</style>