Shades of Pine Glade #B1B77F
Tints of Pine Glade #B1B77F
RGB
CMYK
RGB Variations
Color information
#B1B77F (or 0xB1B77F) is known color: Pine Glade. HEX triplet: B1, B7 and 7F. RGB value is (177,183,127). Sum of RGB (Red+Green+Blue) = 177+183+127=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B77F is #4E4880. Grayscale: #AFAFAF. Windows color (decimal): -5130369 or 8370097. OLE color: 8370097.
HSL color Cylindrical-coordinate representation of color #B1B77F: hue angle of 66.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1B77F is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 127 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.28 |
| HSL | 66.43º | 0.28% | 0.61% | - |
| HSV(B) | 66.43º | 0.31% | 0.72% | - |
| XYZ | 38.9 | 44.75 | 26.67 | - |
| YUV | 174.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 127 | 0.03 | 0 | 0.31 | 0.28 | 66.43 | 0.28 | 0.61 |
| Hex | B1 | B7 | 7F | 3 | 0 | 1F | 1C | 42 | 1C | 3D |
| Octal | 261 | 267 | 177 | 3 | 0 | 37 | 34 | 102 | 34 | 75 |
| Binary | 10110001 | 10110111 | 1111111 | 11 | 0 | 11111 | 11100 | 1000010 | 11100 | 111101 |
Color Harmonies of #B1B77F
Complementary color
Monochromatic Colors of #B1B77F
Black with #B1B77F
Text Example
Text Example
White with #B1B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B77F; }
p { color: rgb(177,183,127); }
H1.HeaderClassName
{
color: #B1B77F;
}
.AnyTagClassName
{
color: #B1B77F;
}
</style>
background-color css
<style>
a { background-color: #B1B77F; }
a { background-color: rgb(177,183,127); }
div.DivClassName
{
background-color: #B1B77F;
}
.BgClassName
{
background-color: #B1B77F;
}
</style>
border-color css
<style>
span { border-color: #B1B77F; }
span { border-color: rgb(177,183,127); }
td.TdClassName
{
border-color: #B1B77F;
}
.TagClassName
{
border-color: #B1B77F;
}
</style>