Shades of Olive Green #B3B965
Tints of Olive Green #B3B965
RGB
CMYK
RGB Variations
Color information
#B3B965 (or 0xB3B965) is known color: Olive Green. HEX triplet: B3, B9 and 65. RGB value is (179,185,101). Sum of RGB (Red+Green+Blue) = 179+185+101=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B965 is #4C469A. Grayscale: #ADADAD. Windows color (decimal): -4998811 or 6666675. OLE color: 6666675.
HSL color Cylindrical-coordinate representation of color #B3B965: hue angle of 64.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3B965 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 101 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.27 |
| HSL | 64.29º | 0.38% | 0.56% | - |
| HSV(B) | 64.29º | 0.45% | 0.73% | - |
| XYZ | 38.29 | 45.22 | 19.02 | - |
| YUV | 173.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 101 | 0.03 | 0 | 0.45 | 0.27 | 64.29 | 0.38 | 0.56 |
| Hex | B3 | B9 | 65 | 3 | 0 | 2D | 1B | 40 | 26 | 38 |
| Octal | 263 | 271 | 145 | 3 | 0 | 55 | 33 | 100 | 46 | 70 |
| Binary | 10110011 | 10111001 | 1100101 | 11 | 0 | 101101 | 11011 | 1000000 | 100110 | 111000 |
Color Harmonies of #B3B965
Complementary color
Monochromatic Colors of #B3B965
Black with #B3B965
Text Example
Text Example
White with #B3B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B965; }
p { color: rgb(179,185,101); }
H1.HeaderClassName
{
color: #B3B965;
}
.AnyTagClassName
{
color: #B3B965;
}
</style>
background-color css
<style>
a { background-color: #B3B965; }
a { background-color: rgb(179,185,101); }
div.DivClassName
{
background-color: #B3B965;
}
.BgClassName
{
background-color: #B3B965;
}
</style>
border-color css
<style>
span { border-color: #B3B965; }
span { border-color: rgb(179,185,101); }
td.TdClassName
{
border-color: #B3B965;
}
.TagClassName
{
border-color: #B3B965;
}
</style>