Shades of Pine Glade #B3B974
Tints of Pine Glade #B3B974
RGB
CMYK
RGB Variations
Color information
#B3B974 (or 0xB3B974) is known color: Pine Glade. HEX triplet: B3, B9 and 74. RGB value is (179,185,116). Sum of RGB (Red+Green+Blue) = 179+185+116=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B974 is #4C468B. Grayscale: #AFAFAF. Windows color (decimal): -4998796 or 7649715. OLE color: 7649715.
HSL color Cylindrical-coordinate representation of color #B3B974: hue angle of 65.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3B974 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 116 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.27 |
| HSL | 65.22º | 0.33% | 0.59% | - |
| HSV(B) | 65.22º | 0.37% | 0.73% | - |
| XYZ | 39.09 | 45.54 | 23.25 | - |
| YUV | 175.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 116 | 0.03 | 0 | 0.37 | 0.27 | 65.22 | 0.33 | 0.59 |
| Hex | B3 | B9 | 74 | 3 | 0 | 25 | 1B | 41 | 21 | 3B |
| Octal | 263 | 271 | 164 | 3 | 0 | 45 | 33 | 101 | 41 | 73 |
| Binary | 10110011 | 10111001 | 1110100 | 11 | 0 | 100101 | 11011 | 1000001 | 100001 | 111011 |
Color Harmonies of #B3B974
Complementary color
Monochromatic Colors of #B3B974
Black with #B3B974
Text Example
Text Example
White with #B3B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B974; }
p { color: rgb(179,185,116); }
H1.HeaderClassName
{
color: #B3B974;
}
.AnyTagClassName
{
color: #B3B974;
}
</style>
background-color css
<style>
a { background-color: #B3B974; }
a { background-color: rgb(179,185,116); }
div.DivClassName
{
background-color: #B3B974;
}
.BgClassName
{
background-color: #B3B974;
}
</style>
border-color css
<style>
span { border-color: #B3B974; }
span { border-color: rgb(179,185,116); }
td.TdClassName
{
border-color: #B3B974;
}
.TagClassName
{
border-color: #B3B974;
}
</style>