Shades of Pine Glade #B5BD77
Tints of Pine Glade #B5BD77
RGB
CMYK
RGB Variations
Color information
#B5BD77 (or 0xB5BD77) is known color: Pine Glade. HEX triplet: B5, BD and 77. RGB value is (181,189,119). Sum of RGB (Red+Green+Blue) = 181+189+119=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD77 is #4A4288. Grayscale: #B2B2B2. Windows color (decimal): -4866697 or 7847349. OLE color: 7847349.
HSL color Cylindrical-coordinate representation of color #B5BD77: hue angle of 66.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5BD77 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 119 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.26 |
| HSL | 66.86º | 0.35% | 0.6% | - |
| HSV(B) | 66.86º | 0.37% | 0.74% | - |
| XYZ | 40.58 | 47.55 | 24.49 | - |
| YUV | 178.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 119 | 0.04 | 0 | 0.37 | 0.26 | 66.86 | 0.35 | 0.6 |
| Hex | B5 | BD | 77 | 4 | 0 | 25 | 1A | 43 | 23 | 3C |
| Octal | 265 | 275 | 167 | 4 | 0 | 45 | 32 | 103 | 43 | 74 |
| Binary | 10110101 | 10111101 | 1110111 | 100 | 0 | 100101 | 11010 | 1000011 | 100011 | 111100 |
Color Harmonies of #B5BD77
Complementary color
Monochromatic Colors of #B5BD77
Black with #B5BD77
Text Example
Text Example
White with #B5BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD77; }
p { color: rgb(181,189,119); }
H1.HeaderClassName
{
color: #B5BD77;
}
.AnyTagClassName
{
color: #B5BD77;
}
</style>
background-color css
<style>
a { background-color: #B5BD77; }
a { background-color: rgb(181,189,119); }
div.DivClassName
{
background-color: #B5BD77;
}
.BgClassName
{
background-color: #B5BD77;
}
</style>
border-color css
<style>
span { border-color: #B5BD77; }
span { border-color: rgb(181,189,119); }
td.TdClassName
{
border-color: #B5BD77;
}
.TagClassName
{
border-color: #B5BD77;
}
</style>