Shades of Pine Glade #B3B78C
Tints of Pine Glade #B3B78C
RGB
CMYK
RGB Variations
Color information
#B3B78C (or 0xB3B78C) is known color: Pine Glade. HEX triplet: B3, B7 and 8C. RGB value is (179,183,140). Sum of RGB (Red+Green+Blue) = 179+183+140=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B78C is #4C4873. Grayscale: #B1B1B1. Windows color (decimal): -4999284 or 9222067. OLE color: 9222067.
HSL color Cylindrical-coordinate representation of color #B3B78C: hue angle of 65.58º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3B78C is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 183 | 140 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.28 |
| HSL | 65.58º | 0.23% | 0.63% | - |
| HSV(B) | 65.58º | 0.23% | 0.72% | - |
| XYZ | 40.26 | 45.34 | 31.44 | - |
| YUV | 176.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 140 | 0.02 | 0 | 0.23 | 0.28 | 65.58 | 0.23 | 0.63 |
| Hex | B3 | B7 | 8C | 2 | 0 | 17 | 1C | 42 | 17 | 3F |
| Octal | 263 | 267 | 214 | 2 | 0 | 27 | 34 | 102 | 27 | 77 |
| Binary | 10110011 | 10110111 | 10001100 | 10 | 0 | 10111 | 11100 | 1000010 | 10111 | 111111 |
Color Harmonies of #B3B78C
Complementary color
Monochromatic Colors of #B3B78C
Black with #B3B78C
Text Example
Text Example
White with #B3B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B78C; }
p { color: rgb(179,183,140); }
H1.HeaderClassName
{
color: #B3B78C;
}
.AnyTagClassName
{
color: #B3B78C;
}
</style>
background-color css
<style>
a { background-color: #B3B78C; }
a { background-color: rgb(179,183,140); }
div.DivClassName
{
background-color: #B3B78C;
}
.BgClassName
{
background-color: #B3B78C;
}
</style>
border-color css
<style>
span { border-color: #B3B78C; }
span { border-color: rgb(179,183,140); }
td.TdClassName
{
border-color: #B3B78C;
}
.TagClassName
{
border-color: #B3B78C;
}
</style>