Shades of Pine Glade #B5B677
Tints of Pine Glade #B5B677
RGB
CMYK
RGB Variations
Color information
#B5B677 (or 0xB5B677) is known color: Pine Glade. HEX triplet: B5, B6 and 77. RGB value is (181,182,119). Sum of RGB (Red+Green+Blue) = 181+182+119=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B677 is #4A4988. Grayscale: #AEAEAE. Windows color (decimal): -4868489 or 7845557. OLE color: 7845557.
HSL color Cylindrical-coordinate representation of color #B5B677: hue angle of 60.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5B677 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 119 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.29 |
| HSL | 60.95º | 0.3% | 0.59% | - |
| HSV(B) | 60.95º | 0.35% | 0.71% | - |
| XYZ | 39.11 | 44.61 | 24 | - |
| YUV | 174.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 119 | 0.01 | 0 | 0.35 | 0.29 | 60.95 | 0.3 | 0.59 |
| Hex | B5 | B6 | 77 | 1 | 0 | 23 | 1D | 3D | 1E | 3B |
| Octal | 265 | 266 | 167 | 1 | 0 | 43 | 35 | 75 | 36 | 73 |
| Binary | 10110101 | 10110110 | 1110111 | 1 | 0 | 100011 | 11101 | 111101 | 11110 | 111011 |
Color Harmonies of #B5B677
Complementary color
Monochromatic Colors of #B5B677
Black with #B5B677
Text Example
Text Example
White with #B5B677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B677; }
p { color: rgb(181,182,119); }
H1.HeaderClassName
{
color: #B5B677;
}
.AnyTagClassName
{
color: #B5B677;
}
</style>
background-color css
<style>
a { background-color: #B5B677; }
a { background-color: rgb(181,182,119); }
div.DivClassName
{
background-color: #B5B677;
}
.BgClassName
{
background-color: #B5B677;
}
</style>
border-color css
<style>
span { border-color: #B5B677; }
span { border-color: rgb(181,182,119); }
td.TdClassName
{
border-color: #B5B677;
}
.TagClassName
{
border-color: #B5B677;
}
</style>