Shades of Pine Glade #B1B581
Tints of Pine Glade #B1B581
RGB
CMYK
RGB Variations
Color information
#B1B581 (or 0xB1B581) is known color: Pine Glade. HEX triplet: B1, B5 and 81. RGB value is (177,181,129). Sum of RGB (Red+Green+Blue) = 177+181+129=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B581 is #4E4A7E. Grayscale: #AEAEAE. Windows color (decimal): -5130879 or 8500657. OLE color: 8500657.
HSL color Cylindrical-coordinate representation of color #B1B581: hue angle of 64.62º 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 #B1B581 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 129 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.29 |
| HSL | 64.62º | 0.26% | 0.61% | - |
| HSV(B) | 64.62º | 0.29% | 0.71% | - |
| XYZ | 38.62 | 43.98 | 27.22 | - |
| YUV | 173.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 129 | 0.02 | 0 | 0.29 | 0.29 | 64.62 | 0.26 | 0.61 |
| Hex | B1 | B5 | 81 | 2 | 0 | 1D | 1D | 41 | 1A | 3D |
| Octal | 261 | 265 | 201 | 2 | 0 | 35 | 35 | 101 | 32 | 75 |
| Binary | 10110001 | 10110101 | 10000001 | 10 | 0 | 11101 | 11101 | 1000001 | 11010 | 111101 |
Color Harmonies of #B1B581
Complementary color
Monochromatic Colors of #B1B581
Black with #B1B581
Text Example
Text Example
White with #B1B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B581; }
p { color: rgb(177,181,129); }
H1.HeaderClassName
{
color: #B1B581;
}
.AnyTagClassName
{
color: #B1B581;
}
</style>
background-color css
<style>
a { background-color: #B1B581; }
a { background-color: rgb(177,181,129); }
div.DivClassName
{
background-color: #B1B581;
}
.BgClassName
{
background-color: #B1B581;
}
</style>
border-color css
<style>
span { border-color: #B1B581; }
span { border-color: rgb(177,181,129); }
td.TdClassName
{
border-color: #B1B581;
}
.TagClassName
{
border-color: #B1B581;
}
</style>