Shades of Pine Glade #B1B57F
Tints of Pine Glade #B1B57F
RGB
CMYK
RGB Variations
Color information
#B1B57F (or 0xB1B57F) is known color: Pine Glade. HEX triplet: B1, B5 and 7F. RGB value is (177,181,127). Sum of RGB (Red+Green+Blue) = 177+181+127=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B57F is #4E4A80. Grayscale: #ADADAD. Windows color (decimal): -5130881 or 8369585. OLE color: 8369585.
HSL color Cylindrical-coordinate representation of color #B1B57F: hue angle of 64.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B57F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 127 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.29 |
| HSL | 64.44º | 0.27% | 0.6% | - |
| HSV(B) | 64.44º | 0.3% | 0.71% | - |
| XYZ | 38.49 | 43.93 | 26.53 | - |
| YUV | 173.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 127 | 0.02 | 0 | 0.30 | 0.29 | 64.44 | 0.27 | 0.6 |
| Hex | B1 | B5 | 7F | 2 | 0 | 1E | 1D | 40 | 1B | 3C |
| Octal | 261 | 265 | 177 | 2 | 0 | 36 | 35 | 100 | 33 | 74 |
| Binary | 10110001 | 10110101 | 1111111 | 10 | 0 | 11110 | 11101 | 1000000 | 11011 | 111100 |
Color Harmonies of #B1B57F
Complementary color
Monochromatic Colors of #B1B57F
Black with #B1B57F
Text Example
Text Example
White with #B1B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B57F; }
p { color: rgb(177,181,127); }
H1.HeaderClassName
{
color: #B1B57F;
}
.AnyTagClassName
{
color: #B1B57F;
}
</style>
background-color css
<style>
a { background-color: #B1B57F; }
a { background-color: rgb(177,181,127); }
div.DivClassName
{
background-color: #B1B57F;
}
.BgClassName
{
background-color: #B1B57F;
}
</style>
border-color css
<style>
span { border-color: #B1B57F; }
span { border-color: rgb(177,181,127); }
td.TdClassName
{
border-color: #B1B57F;
}
.TagClassName
{
border-color: #B1B57F;
}
</style>