Shades of Pine Glade #B1B881
Tints of Pine Glade #B1B881
RGB
CMYK
RGB Variations
Color information
#B1B881 (or 0xB1B881) is known color: Pine Glade. HEX triplet: B1, B8 and 81. RGB value is (177,184,129). Sum of RGB (Red+Green+Blue) = 177+184+129=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B881 is #4E477E. Grayscale: #AFAFAF. Windows color (decimal): -5130111 or 8501425. OLE color: 8501425.
HSL color Cylindrical-coordinate representation of color #B1B881: hue angle of 67.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B881 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 129 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.28 |
| HSL | 67.64º | 0.28% | 0.61% | - |
| HSV(B) | 67.64º | 0.3% | 0.72% | - |
| XYZ | 39.23 | 45.21 | 27.43 | - |
| YUV | 175.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 129 | 0.04 | 0 | 0.30 | 0.28 | 67.64 | 0.28 | 0.61 |
| Hex | B1 | B8 | 81 | 4 | 0 | 1E | 1C | 44 | 1C | 3D |
| Octal | 261 | 270 | 201 | 4 | 0 | 36 | 34 | 104 | 34 | 75 |
| Binary | 10110001 | 10111000 | 10000001 | 100 | 0 | 11110 | 11100 | 1000100 | 11100 | 111101 |
Color Harmonies of #B1B881
Complementary color
Monochromatic Colors of #B1B881
Black with #B1B881
Text Example
Text Example
White with #B1B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B881; }
p { color: rgb(177,184,129); }
H1.HeaderClassName
{
color: #B1B881;
}
.AnyTagClassName
{
color: #B1B881;
}
</style>
background-color css
<style>
a { background-color: #B1B881; }
a { background-color: rgb(177,184,129); }
div.DivClassName
{
background-color: #B1B881;
}
.BgClassName
{
background-color: #B1B881;
}
</style>
border-color css
<style>
span { border-color: #B1B881; }
span { border-color: rgb(177,184,129); }
td.TdClassName
{
border-color: #B1B881;
}
.TagClassName
{
border-color: #B1B881;
}
</style>