Shades of Pine Glade #B5BC7E
Tints of Pine Glade #B5BC7E
RGB
CMYK
RGB Variations
Color information
#B5BC7E (or 0xB5BC7E) is known color: Pine Glade. HEX triplet: B5, BC and 7E. RGB value is (181,188,126). Sum of RGB (Red+Green+Blue) = 181+188+126=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC7E is #4A4381. Grayscale: #B3B3B3. Windows color (decimal): -4866946 or 8305845. OLE color: 8305845.
HSL color Cylindrical-coordinate representation of color #B5BC7E: hue angle of 66.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5BC7E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 126 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.26 |
| HSL | 66.77º | 0.32% | 0.62% | - |
| HSV(B) | 66.77º | 0.33% | 0.74% | - |
| XYZ | 40.81 | 47.3 | 26.72 | - |
| YUV | 178.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 126 | 0.04 | 0 | 0.33 | 0.26 | 66.77 | 0.32 | 0.62 |
| Hex | B5 | BC | 7E | 4 | 0 | 21 | 1A | 43 | 20 | 3E |
| Octal | 265 | 274 | 176 | 4 | 0 | 41 | 32 | 103 | 40 | 76 |
| Binary | 10110101 | 10111100 | 1111110 | 100 | 0 | 100001 | 11010 | 1000011 | 100000 | 111110 |
Color Harmonies of #B5BC7E
Complementary color
Monochromatic Colors of #B5BC7E
Black with #B5BC7E
Text Example
Text Example
White with #B5BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC7E; }
p { color: rgb(181,188,126); }
H1.HeaderClassName
{
color: #B5BC7E;
}
.AnyTagClassName
{
color: #B5BC7E;
}
</style>
background-color css
<style>
a { background-color: #B5BC7E; }
a { background-color: rgb(181,188,126); }
div.DivClassName
{
background-color: #B5BC7E;
}
.BgClassName
{
background-color: #B5BC7E;
}
</style>
border-color css
<style>
span { border-color: #B5BC7E; }
span { border-color: rgb(181,188,126); }
td.TdClassName
{
border-color: #B5BC7E;
}
.TagClassName
{
border-color: #B5BC7E;
}
</style>