Shades of Pine Glade #B5B978
Tints of Pine Glade #B5B978
RGB
CMYK
RGB Variations
Color information
#B5B978 (or 0xB5B978) is known color: Pine Glade. HEX triplet: B5, B9 and 78. RGB value is (181,185,120). Sum of RGB (Red+Green+Blue) = 181+185+120=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B978 is #4A4687. Grayscale: #B0B0B0. Windows color (decimal): -4867720 or 7911861. OLE color: 7911861.
HSL color Cylindrical-coordinate representation of color #B5B978: hue angle of 63.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5B978 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 120 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.27 |
| HSL | 63.69º | 0.32% | 0.6% | - |
| HSV(B) | 63.69º | 0.35% | 0.73% | - |
| XYZ | 39.8 | 45.88 | 24.53 | - |
| YUV | 176.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 120 | 0.02 | 0 | 0.35 | 0.27 | 63.69 | 0.32 | 0.6 |
| Hex | B5 | B9 | 78 | 2 | 0 | 23 | 1B | 40 | 20 | 3C |
| Octal | 265 | 271 | 170 | 2 | 0 | 43 | 33 | 100 | 40 | 74 |
| Binary | 10110101 | 10111001 | 1111000 | 10 | 0 | 100011 | 11011 | 1000000 | 100000 | 111100 |
Color Harmonies of #B5B978
Complementary color
Monochromatic Colors of #B5B978
Black with #B5B978
Text Example
Text Example
White with #B5B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B978; }
p { color: rgb(181,185,120); }
H1.HeaderClassName
{
color: #B5B978;
}
.AnyTagClassName
{
color: #B5B978;
}
</style>
background-color css
<style>
a { background-color: #B5B978; }
a { background-color: rgb(181,185,120); }
div.DivClassName
{
background-color: #B5B978;
}
.BgClassName
{
background-color: #B5B978;
}
</style>
border-color css
<style>
span { border-color: #B5B978; }
span { border-color: rgb(181,185,120); }
td.TdClassName
{
border-color: #B5B978;
}
.TagClassName
{
border-color: #B5B978;
}
</style>