Shades of Pine Glade #B3BF76
Tints of Pine Glade #B3BF76
RGB
CMYK
RGB Variations
Color information
#B3BF76 (or 0xB3BF76) is known color: Pine Glade. HEX triplet: B3, BF and 76. RGB value is (179,191,118). Sum of RGB (Red+Green+Blue) = 179+191+118=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF76 is #4C4089. Grayscale: #B3B3B3. Windows color (decimal): -4997258 or 7782323. OLE color: 7782323.
HSL color Cylindrical-coordinate representation of color #B3BF76: hue angle of 69.86º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3BF76 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 118 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.25 |
| HSL | 69.86º | 0.36% | 0.61% | - |
| HSV(B) | 69.86º | 0.38% | 0.75% | - |
| XYZ | 40.49 | 48.15 | 24.3 | - |
| YUV | 179.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 118 | 0.06 | 0 | 0.38 | 0.25 | 69.86 | 0.36 | 0.61 |
| Hex | B3 | BF | 76 | 6 | 0 | 26 | 19 | 46 | 24 | 3D |
| Octal | 263 | 277 | 166 | 6 | 0 | 46 | 31 | 106 | 44 | 75 |
| Binary | 10110011 | 10111111 | 1110110 | 110 | 0 | 100110 | 11001 | 1000110 | 100100 | 111101 |
Color Harmonies of #B3BF76
Complementary color
Monochromatic Colors of #B3BF76
Black with #B3BF76
Text Example
Text Example
White with #B3BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BF76; }
p { color: rgb(179,191,118); }
H1.HeaderClassName
{
color: #B3BF76;
}
.AnyTagClassName
{
color: #B3BF76;
}
</style>
background-color css
<style>
a { background-color: #B3BF76; }
a { background-color: rgb(179,191,118); }
div.DivClassName
{
background-color: #B3BF76;
}
.BgClassName
{
background-color: #B3BF76;
}
</style>
border-color css
<style>
span { border-color: #B3BF76; }
span { border-color: rgb(179,191,118); }
td.TdClassName
{
border-color: #B3BF76;
}
.TagClassName
{
border-color: #B3BF76;
}
</style>