Shades of Pine Glade #B5B77B
Tints of Pine Glade #B5B77B
RGB
CMYK
RGB Variations
Color information
#B5B77B (or 0xB5B77B) is known color: Pine Glade. HEX triplet: B5, B7 and 7B. RGB value is (181,183,123). Sum of RGB (Red+Green+Blue) = 181+183+123=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B77B is #4A4884. Grayscale: #AFAFAF. Windows color (decimal): -4868229 or 8107957. OLE color: 8107957.
HSL color Cylindrical-coordinate representation of color #B5B77B: hue angle of 62º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5B77B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 123 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.28 |
| HSL | 62º | 0.29% | 0.6% | - |
| HSV(B) | 62º | 0.33% | 0.72% | - |
| XYZ | 39.56 | 45.12 | 25.36 | - |
| YUV | 175.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 123 | 0.01 | 0 | 0.33 | 0.28 | 62 | 0.29 | 0.6 |
| Hex | B5 | B7 | 7B | 1 | 0 | 21 | 1C | 3E | 1D | 3C |
| Octal | 265 | 267 | 173 | 1 | 0 | 41 | 34 | 76 | 35 | 74 |
| Binary | 10110101 | 10110111 | 1111011 | 1 | 0 | 100001 | 11100 | 111110 | 11101 | 111100 |
Color Harmonies of #B5B77B
Complementary color
Monochromatic Colors of #B5B77B
Black with #B5B77B
Text Example
Text Example
White with #B5B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B77B; }
p { color: rgb(181,183,123); }
H1.HeaderClassName
{
color: #B5B77B;
}
.AnyTagClassName
{
color: #B5B77B;
}
</style>
background-color css
<style>
a { background-color: #B5B77B; }
a { background-color: rgb(181,183,123); }
div.DivClassName
{
background-color: #B5B77B;
}
.BgClassName
{
background-color: #B5B77B;
}
</style>
border-color css
<style>
span { border-color: #B5B77B; }
span { border-color: rgb(181,183,123); }
td.TdClassName
{
border-color: #B5B77B;
}
.TagClassName
{
border-color: #B5B77B;
}
</style>